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
This commit is contained in:
Bhuwan Khattar 2017-02-25 10:21:09 -08:00 committed by Facebook Github Bot
parent fac21168f6
commit cf1bc8d644
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
* @providesModule react-native-implementation
* @noflow - get/set properties not yet supported by flow. also `...require(x)` is broken #6560135
*/
'use strict';

View File

@ -84,7 +84,7 @@
"sinon"
]
},
"main": "Libraries/react-native/react-native.js",
"main": "Libraries/react-native/react-native-implementation.js",
"files": [
".flowconfig",
"android",