Created
March 22, 2019 22:21
-
-
Save littleV/6fcec68c5f4ccf8ae1c5a11df45d09f2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "UnifiedSDK", | |
"version": "0.0.0", | |
"private": true, | |
"scripts": { | |
"build-android": "react-native bundle --platform android --dev false --entry-file js/index.js --bundle-output android/fancylib/src/main/assets/unifiedsdk.bundle --assets-dest android/fancylib/src/main/res" | |
}, | |
"dependencies": { | |
"react": "^16.6.3", | |
"react-native": "^0.57.8" | |
}, | |
"devDependencies": { | |
"babel-loader": "7.1.4", | |
"babel-plugin-transform-runtime": "6.23.0", | |
"metro-react-native-babel-preset": "^0.45.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment