Skip to content

Commit cf1bc8d

Browse files
voideanvaluefacebook-github-bot
authored andcommitted
s/react-native.js/react-native-implementation.js/
Summary: Renaming since a file with the same name as a package confuses packager Reviewed By: cpojer Differential Revision: D4613215 fbshipit-source-id: 5cfae71d0bb1eef2675689b37a9b42596d25678d
1 parent fac2116 commit cf1bc8d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Libraries/react-native/react-native.js renamed to Libraries/react-native/react-native-implementation.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* LICENSE file in the root directory of this source tree. An additional grant
77
* of patent rights can be found in the PATENTS file in the same directory.
88
*
9+
* @providesModule react-native-implementation
910
* @noflow - get/set properties not yet supported by flow. also `...require(x)` is broken #6560135
1011
*/
1112
'use strict';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"sinon"
8585
]
8686
},
87-
"main": "Libraries/react-native/react-native.js",
87+
"main": "Libraries/react-native/react-native-implementation.js",
8888
"files": [
8989
".flowconfig",
9090
"android",

0 commit comments

Comments
 (0)