-
Notifications
You must be signed in to change notification settings - Fork 102
React Native 0.71 compatibility is required #195
Comments
@SomaKishimoto , yes, the recent changes in RN The fbjni 0.2.2 comes with PyTorch Mobile 1.12. What's the exact issue with fbjni? |
@raedle , I don't have knowledge about building React Native apps for Android, but could the inconsistency between FBJNI_VERSION and PlayTorch, as mentioned here, be an issue? As a result of modifying the build-related files myself, the following error occurred.
The patch file is as attached. However, please be careful that the version of react-native-pytorch-core is 0.2.1. Sorry for that I can only provide this data due to other issue. |
After I upgraded expo to version 48, I encountered an incompatibility problem with the fbjni version. Is this problem solved now? |
Has the compatibility problem of the rn71 version been resolved now? This question is very important to me. |
@fencer-yd , it's not solved yet. I will try asking the PyTorch community about the fbjni version. |
@fencer-yd , I asked about that problem on the PyTorch forum. I hope this will be the key to solving the problem. |
Had the exact same issue with expo app. Any known fixes or updates? |
Is this problem solved now? |
When can I know this problem is solved? |
when i add patch to my pure react native 0.72.4project, i am faceing |
Version
0.2.4
Problem Area
react-native-pytorch-core (core package)
Steps to Reproduce
Create empty project
Add PlayTorch to Existing App
Additional steps on Android
Running
Expected Results
I expect the build to complete and the Android emulator to launch, but the following error occurs.
This is likely related to a significant fix regarding RNGP that occurred in React Native 0.71.
I attempted to modify the CMake files of react-native-pytorch-core, taking reference from the React Native 0.71 compatibility implementation carried out by react-native-vision-camera.
However, the build failed due to compatibility issues with the fbjni 0.2.2 version.
If there is anything I can do to help, please let me know.
Code example, screenshot, or link to repository
No response
The text was updated successfully, but these errors were encountered: