-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
I have developed my project on this boilerplate.
I have successfully created apk, it gets installed also.
But when I open it crashes without error.
react native package.json
{
"name": "RNApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh",
"lint": "eslint app/",
"test": "jest"
},
"jest": {
"preset": "react-native",
"snapshotSerializers": [
"enzyme-to-json/serializer"
],
"setupFiles": [
"<rootDir>/jest/setup.js"
]
},
"dependencies": {
"expo": "^25.0.0",
"gravatar-api": "^1.4.0",
"react": "^16.0.0-alpha.12",
"react-native": "^0.47.1",
"react-native-camera": "^1.0.2",
"react-native-google-analytics-bridge": "^5.6.3",
"react-native-keyboard-spacer": "^0.3.0",
"react-native-meteor": "^1.1.0",
"react-navigation": "^1.0.0-beta.12"
},
"devDependencies": {
"babel-eslint": "^7.0.0",
"babel-jest": "^22.4.3",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.3",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.1",
"jest": "^22.4.3",
"jsdom": "11.7.0",
"jsdom-global": "3.0.2",
"react-dom": "^16.3.1",
"react-test-renderer": "^16.3.1"
}
}
react native info -
react-native-cli: 2.0.1
react-native: 0.47.1
OS - ubuntu 17.10
meteor packages
# Meteor packages used by this project, one per line.
# Check this file (and the other files in this directory) into your repository.
#
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
[email protected] # Packages every Meteor app needs to have
[email protected] # Packages for a great mobile UX
[email protected] # The database Meteor supports right now
[email protected] # Compile .html files into Meteor Blaze views
[email protected] # Reactive variable for tracker
[email protected] # Helpful client-side library
[email protected] # Meteor's client-side reactive programming library
[email protected] # CSS minifier run for production mode
[email protected] # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers.
[email protected] # Enable ECMAScript2015+ syntax in app code
http
[email protected]
[email protected]
dynamic-import
aldeed:simple-schema
aldeed:[email protected]
random
momentjs:moment
Metadata
Metadata
Assignees
Labels
No labels
