nx-react-native
nx-react-native copied to clipboard
Hello everybody, and first of all thanks for making react-native work inside the nx environment. I normally use nx with react and node. I just started my first react native...
Are there any plans for adding support for storybook?
It looks like it's impossible to get reanimated to work. They use something called worklets, where babel will extract pieces of code into separate files that run in on a...
A few folks using Nx are getting the react-navigation mentioned [here](https://github.com/react-navigation/react-navigation/issues/9981). Error ``` ERROR Invariant Violation: requireNativeComponent: "RNSScreenStackHeaderConfig" was not found in the UIManager. This error is located at: in...
I have an android app with different flavors configured and I would like to have a parameter when running `npx nx build-android myapp` to specify which one I want to...
I just added a react-native app to my NX environment, and tried to run it... I immediately get an error, that `logo.png` can't be found. I tried to follow the...
Trying to installing via nx react-native and then failed because missing deps when trying to run test It's resolved after I install all deps that needed inside preprocessor.js ```sh +...
Is there a way for me to view all of the type errors in a NX React Native app? When running the React app or the Node app, NX automatically...
Hi there! SUPER excited about the react-native integration y'all have. I have a non-NX monorepo that has an expo-based react-native app that is working with SVGs and when I migrated...
Hi 👋 ! I try to use react-native components in a nextjs app inside an nx monorepo. But throws an import error. This a demo repo with the problem (aliases-native...