-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
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
Project with path ':react-native-nitro-modules' #777
Comments
@sawa-ko I think you're missing |
@atlj Yes, you were right, but now I have the following error:
I have not touched anything in the generated module, just run the codegen command. |
It looks like this only happens with Expo apps. For some reason, Expo autolinks behave differently: When I create an expo app with Expo SDK 52 (React Native 0.76.7), my nitro module is getting linked like this: // android/app/build/generated/autolinking/src/main/java/com/facebook/react/PackageList.java
import com.margelo.nitro.atlj.reactnativetest.ReactNativeTestPackage; And a Community CLI app with React Native 0.76.7 looks like this: // android/app/build/generated/autolinking/src/main/java/com/facebook/react/PackageList.java
import com.atlj.reactnativetest.ReactNativeTestPackage; Thanks for the issue, taking a look 👀 |
Description
I am trying to make a Scaffold to React Native library in my existing project, but when I try to use, in this case, the example files generated by react-native-builder-bob I get the following error.
I don't know what else to do, I can't get it to work.
Packages
Selected options
Link to repro
N/A
Environment
The text was updated successfully, but these errors were encountered: