Skip to content

Instantly share code, notes, and snippets.

@littleV
Created March 22, 2019 22:21
Show Gist options
  • Save littleV/6fcec68c5f4ccf8ae1c5a11df45d09f2 to your computer and use it in GitHub Desktop.
Save littleV/6fcec68c5f4ccf8ae1c5a11df45d09f2 to your computer and use it in GitHub Desktop.
{
"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