<!-- PLEASE DON'T DELETE THIS TEMPLATE UNTIL YOU HAVE READ THE FIRST SECTION. --> ### Is this a bug report? Yes <!-- If you answered "Yes": We expect that it will take you about 30 minutes to produce a high-quality bug report. While this may seem like a lot, putting care into issues helps us fix them faster. For bug reports, it is REQUIRED to fill the rest of this template, or the issue will be closed. If you answered "No": We use GitHub Issues exclusively for tracking bugs in React Native. If you're looking for help, the Community page at http://facebook.github.io/react-native/help.html list various resources that should help you get started. Now scroll below! --> ### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)? Yes ### Environment react-native-cli: 2.0.1 react-native: 0.46.4 node: v6.11.4 package.json ``` { "name": "FingoReactApp", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start" }, "dependencies": { "axios": "^0.16.2", "react": "16.0.0-alpha.12", "react-native": "^0.46.3", "react-native-keyboard-aware-scroll-view": "^0.3.0", "react-native-router-flux": "github:aksonov/react-native-router-flux#c029b4f2ae8cb972b4cda365ed8995b191fd5df4", "react-native-simple-radio-button": "^2.7.0", "react-native-simple-toast": "0.0.7", "react-native-tab-view": "^0.0.69" }, "rnpm": { "assets": [ "./assets/fonts/" ] }, "devDependencies": { "babel-eslint": "^7.2.3", "eslint": "^4.12.1", "eslint-plugin-react": "^7.5.1" } } ``` ### Steps to Reproduce 1. Run app on Android Oreo device ### Expected Behavior It should work. ### Actual Behavior App crashes as soon as opens ### Issue On Oreo device, the app is getting crashed as soon as opens. I have already tried everything available on the internet. ``` Fatal Exception: java.lang.UnsatisfiedLinkError dlopen failed: "/data/data/com.bslamc.fingopartner/lib-main/libgnustl_shared.so" is 32-bit instead of 64-bit ```