Closed techkrtk closed 5 years ago
@techkrtk your error comes from react-native-os, not react-native-crypto
but i think that is dependency installed while I installed rn-nodify, because I havent installed react-native-os myself, that is why I raised issued here @mvayngrib
@mvayngrib Is the react-native-crypto is updated for support in react-native 0.60.x version?
@techkrtk rn-nodeify doesn't require you to install react-native-os, you can whitelist the modules you want pulled in. You should open an issue on react-native-os though!
Is the react-native-crypto is updated for support in react-native 0.60.x version?
i'm not aware of anything that needs to be updated
okay thanks @mvayngrib
Hi @techkrtk did you have resolved? I'm stuck with same error.. Thank you
Nope.
On Thu, 9 Dec, 2021, 9:56 pm AleeeKoi, @.***> wrote:
Hi @techkrtk https://github.com/techkrtk did you have resolved? I'm stuck with same error.. Thank you
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/tradle/react-native-crypto/issues/34#issuecomment-990010028, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHLP2QOJG343KJEU6NJHVMDUQDKBZANCNFSM4IPO7UDQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
react-native-version: 0.60.5 java: 8
react-native run-android doesn't build by throwing the following error
**> Configure project :react-native-webview :react-native-webview:reactNativeAndroidRoot C:\Users\karth\Desktop\Nvest\gxwallet-cli\node_modules\react-native\android
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings 48 actionable tasks: 8 executed, 40 up-to-date C:\Users\karth\Desktop\Nvest\gxwallet-cli\node_modules\react-native-os\android\src\main\java\com\peel\react\RNOSModule.java:31: error: method does not override or implement a method from a supertype @Override ^ 1 error
FAILURE: Build failed with an exception.**