We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is an issue when taking Release Build. On Debug Build, it works perfectly.
Package.json { "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest", "android-linux": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res" }, "dependencies": { "@react-native-community/async-storage": "^1.4.0", "@react-native-community/netinfo": "^3.2.1", "i18n-js": "^3.3.0", "jetifier": "^1.6.4", "lodash": "^4.17.11", "lodash.memoize": "^4.1.2", "moment": "^2.24.0", "npm-check-updates": "^3.1.9", "react": "16.8.3", "react-native": "^0.59.9", "react-native-app-intro-slider": "^3.0.0", "react-native-calendars": "^1.141.0", "react-native-countdown-component": "^2.5.0", "react-native-datepicker": "^1.7.2", "react-native-elements": "^1.1.0", "react-native-firebase": "^5.3.1", "react-native-gesture-handler": "^1.4.1", "react-native-image-picker": "^0.28.0", "react-native-indicators": "^0.13.0", "react-native-localize": "^1.2.1", "react-native-material-buttons": "^0.5.0", "react-native-material-dropdown": "^0.11.1", "react-native-material-textfield": "^0.12.0", "react-native-paper": "^2.15.2", "react-native-splash-screen": "^3.2.0", "react-native-svg": "^9.4.0", "react-native-toasty": "0.0.4", "react-native-vector-icons": "^6.4.2", "react-navigation": "^3.11.0", "react-navigation-material-bottom-tabs": "^1.0.0", "react-redux": "^7.0.3", "realm": "^2.28.1", "redux": "^4.0.1", "rn-fetch-blob": "^0.11.2", "socket.io-client": "^2.2.0", "victory-native": "^32.0.2" }, "devDependencies": { "babel-core": "^7.0.0-bridge.0", "babel-jest": "24.8.0", "jest": "24.8.0", "metro-react-native-babel-preset": "0.54.1", "react-test-renderer": "16.8.6" }, "jest": { "preset": "react-native" } }
react-native-toasty is the causing the issue. Any patches released for this ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is an issue when taking Release Build. On Debug Build, it works perfectly.
Package.json
{
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"android-linux": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res"
},
"dependencies": {
"@react-native-community/async-storage": "^1.4.0",
"@react-native-community/netinfo": "^3.2.1",
"i18n-js": "^3.3.0",
"jetifier": "^1.6.4",
"lodash": "^4.17.11",
"lodash.memoize": "^4.1.2",
"moment": "^2.24.0",
"npm-check-updates": "^3.1.9",
"react": "16.8.3",
"react-native": "^0.59.9",
"react-native-app-intro-slider": "^3.0.0",
"react-native-calendars": "^1.141.0",
"react-native-countdown-component": "^2.5.0",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^1.1.0",
"react-native-firebase": "^5.3.1",
"react-native-gesture-handler": "^1.4.1",
"react-native-image-picker": "^0.28.0",
"react-native-indicators": "^0.13.0",
"react-native-localize": "^1.2.1",
"react-native-material-buttons": "^0.5.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-material-textfield": "^0.12.0",
"react-native-paper": "^2.15.2",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^9.4.0",
"react-native-toasty": "0.0.4",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.11.0",
"react-navigation-material-bottom-tabs": "^1.0.0",
"react-redux": "^7.0.3",
"realm": "^2.28.1",
"redux": "^4.0.1",
"rn-fetch-blob": "^0.11.2",
"socket.io-client": "^2.2.0",
"victory-native": "^32.0.2"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "24.8.0",
"jest": "24.8.0",
"metro-react-native-babel-preset": "0.54.1",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}
react-native-toasty is the causing the issue. Any patches released for this ?
The text was updated successfully, but these errors were encountered: