nx-react-native icon indicating copy to clipboard operation
nx-react-native copied to clipboard

Results 21 nx-react-native issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

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...

question

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...

bug

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...

bug