software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.7k stars 1.27k forks source link

conflict react-native-reanimated with react-native-keychain #3766

Open fkazemi5236 opened 1 year ago

fkazemi5236 commented 1 year ago

Description

I have a react-native app RN 0.71.8 with react-native-reanimated 3.1.0 and when I install react-native-keychain package, my app was successfully installed on adb device. but when I opened the app I see the error message that says:

"unable to load script. make sure you're either running Metro (run 'npx react-native start') or ....."

you know.. every thing is Ok. metro is running and its Ok, the terminal was built successfully and i dont understand what happen with install this two packages together :\

I am completely confused so when I remove react-native-keychain or remove react-native-reanimated, my app run perfectly 🙄

Steps to reproduce

npx react-native run android

Snack or a link to a repository

https://github.com/fkazemi5236/react-native-keychain-reanimated.git

Reanimated version

^3.1.0

React Native version

0.71.8

Platforms

Android

JavaScript runtime

No response

Workflow

No response

Architecture

No response

Build type

No response

Device

No response

Device model

No response

Acknowledgements

Yes

boonook commented 1 year ago

same

boonook commented 1 year ago

https://github.com/boonook/nativeapp/tree/native7 /////github

boonook commented 1 year ago

System: OS: macOS 13.0 CPU: (4) x64 Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz Memory: 280.39 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 14.18.3 - /usr/local/bin/node Yarn: 1.22.17 - /usr/local/bin/yarn npm: 6.14.15 - /usr/local/bin/npm Watchman: 2022.10.31.00 - /usr/local/bin/watchman Managers: CocoaPods: 1.11.2 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 22.1, iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1 Android SDK: API Levels: 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31 Build Tools: 23.0.1, 23.0.2, 23.0.3, 25.0.0, 25.0.1, 25.0.2, 25.0.3, 26.0.0, 26.0.1, 26.0.3, 27.0.3, 28.0.2, 28.0.3, 29.0.0, 29.0.2, 30.0.2, 30.0.3, 31.0.0, 33.0.0, 33.0.0 System Images: android-26 | Google Play Intel x86 Atom, android-27 | Google APIs Intel x86 Atom, android-27 | Google Play Intel x86 Atom, android-28 | Google APIs Intel x86 Atom, android-28 | Google Play Intel x86 Atom, android-29 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom, android-30 | Intel x86 Atom_64, android-30 | Google APIs Intel x86 Atom, android-30 | Google Play Intel x86 Atom, android-31 | Intel x86 Atom_64, android-33 | Google APIs Intel x86 Atom_64 Android NDK: 22.1.7171670 IDEs: Android Studio: 2021.3 AI-213.7172.25.2113.9123335 Xcode: 14.1/14B47b - /usr/bin/xcodebuild Languages: Java: 11.0.8 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: 18.1.0 => 18.1.0 react-native: 0.70.4 => 0.70.4 react-native-macos: Not Found npmGlobalPackages: react-native: Not Found

fkazemi5236 commented 1 year ago

@tomekzaw

fkazemi5236 commented 1 year ago

@tomekzaw