backpack
backpack copied to clipboard
react-native navigation can't be used with `packages/app-extension`
The task here is to simply allow one to use react-native navigation inside backpack.
Completion of this task, more or less, should be to simply get these lines to properly compile:
import { NavigationContainer } from '@react-navigation/native';
import { createNativeStackNavigator } from '@react-navigation/native-stack';
const navigator = createNativeStackNavigator();
Tip for doing this: merge these two webpack configs.
- https://github.com/coral-xyz/backpack/blob/master/packages/app-extension/webpack.config.js
- https://docs.expo.dev/guides/customizing-webpack/
Hi @armaniferrante . I'd like to work on this. Can you please assign this issue to me?
Hey @armaniferrante, can I work on this issue if it's still open?
Yes this would be great @ATREAY