backpack icon indicating copy to clipboard operation
backpack copied to clipboard

react-native navigation can't be used with `packages/app-extension`

Open armaniferrante opened this issue 2 years ago • 3 comments

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/

armaniferrante avatar Feb 06 '23 16:02 armaniferrante

Hi @armaniferrante . I'd like to work on this. Can you please assign this issue to me?

DeepakSR-12 avatar Apr 11 '23 15:04 DeepakSR-12

Hey @armaniferrante, can I work on this issue if it's still open?

ATREAY avatar Dec 26 '23 04:12 ATREAY

Yes this would be great @ATREAY

armaniferrante avatar Dec 26 '23 04:12 armaniferrante