Add "main" entry point to package.json
This fixes an issue with requiring react-native-linear-gradient from @flow-ified file, which used to produce "module not found" error.
This commit is contained in:
parent
50ea255fb4
commit
75da98fff4
|
@ -2,6 +2,7 @@
|
|||
"name": "react-native-linear-gradient",
|
||||
"version": "1.3.0",
|
||||
"description": "A <LinearGradient> element for react-native",
|
||||
"main": "index.ios.js",
|
||||
"author": {
|
||||
"name": "Brent Vatne",
|
||||
"email": "brentvatne@gmail.com",
|
||||
|
|
Loading…
Reference in New Issue