-
Notifications
You must be signed in to change notification settings - Fork 142
Description
Ive installed all of the required plugins but in CeBuilder. Step 2 does not let me move forward. It doesnt recognize the installs.

Ive upgraded to SDK 37 and I get errors.

Package.json
{
"name": "listpro",
"version": "1.3.5",
"description": "ListPro",
"author": "InspireUI",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"setup": "./scripts/setup.sh",
"detach": "./scripts/detach.sh",
"start": "expo start -c",
"postinstall": "patch-package"
},
"dependencies": {
"@appandflow/masonry-list": "^0.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"api-ecommerce": "0.0.29",
"axios": "^0.18.0",
"base-64": "^0.1.0",
"create-react-class": "^15.6.2",
"crypto-js": "^3.1.9-1",
"currency-formatter": "1.5.4",
"emoji-utils": "^1.0.1",
"expo": "^37.0.0",
"expo-analytics": "1.0.8",
"firebase": "6.0.2",
"hoist-non-react-statics": "3.3.0",
"html-entities": "^1.2.1",
"lodash": "^4.17.11",
"moment": "2.24.0",
"oauth-1.0a": "1.0.1",
"patch-package": "^6.1.2",
"postinstall-postinstall": "^2.0.0",
"prop-types": "15.7.2",
"react": "16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.0.tar.gz",
"react-native-animatable": "1.3.2",
"react-native-button": "2.4.0",
"react-native-collapsible": "^1.3.0",
"react-native-dates": "^2.0.4",
"react-native-dropdownalert": "3.11.0",
"react-native-gifted-chat": "0.8.2",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-invertible-scroll-view": "^1.1.0",
"react-native-keyboard-aware-scroll-view": "0.8.0",
"react-native-map-link": "2.4.0",
"react-native-modal-datetime-picker": "7.4.2",
"react-native-modalbox": "1.7.1",
"react-native-onboarding-component": "0.0.5",
"react-native-onesignal": "3.2.13",
"react-native-parallax-swiper": "^1.1.7",
"react-native-progress-bar-animated": "^1.0.6",
"react-native-render-html": "4.1.2",
"react-native-root-toast": "^3.0.2",
"react-native-safe-area-view": "0.14.3",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-slider": "0.11.0",
"react-native-snap-carousel": "3.7.5",
"react-native-swipe-list-view": "1.5.3",
"react-native-swiper": "^1.5.14",
"react-native-tab-view": "2.3.0",
"react-native-tag-select": "^2.0.0",
"react-native-textinput-effects": "0.5.1",
"react-native-timeago": "^0.4.0",
"react-native-vector-icons": "6.4.2",
"react-navigation": "^3.11.0",
"react-redux": "5.1.1",
"react-timer-mixin": "^0.13.3",
"react-tween-state": "^0.1.5",
"redux": "4.0.1",
"redux-persist": "^5.6.5",
"redux-thunk": "^2.2.0",
"sanitize-html": "1.20.1",
"schedule": "0.4.0",
"sentry-expo": "1.13.0",
"tcomb-form-native": "^0.6.20",
"urijs": "^1.19.0",
"url": "^0.11.0",
"util": "0.12.0",
"wpapi": "1.2.1",
"xdate": "^0.8.2",
"expo-ads-facebook": "~8.1.0",
"expo-localization": "~8.1.0"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/plugin-transform-runtime": "7.4.4",
"@babel/preset-env": "7.4.4",
"babel-jest": "24.8.0",
"babel-plugin-module-resolver": "3.2.0",
"babel-polyfill": "^6.26.0",
"babel-preset-expo": "^8.1.0",
"babel-preset-react-native": "4.0.1",
"path": "^0.12.7",
"reactotron-react-native": "3.5.2",
"reactotron-redux": "3.1.0"
}
}