react native link using expo?

后端 未结 3 1009
情书的邮戳
情书的邮戳 2021-01-03 20:00

How can I use react-native link or How can I link a third party library manually in IOS and Android using exponent.

I was trying to link react-native-image-cro

3条回答
  •  南笙
    南笙 (楼主)
    2021-01-03 20:24

    To achieve this, create a new fresh project with:

    npx create-react-native-app
    

    copy your files of components and your dependencies on the new generated project.

    The best of both worlds, Expo and React-Native.

    More information can be found in the docs: https://github.com/expo/create-react-native-app#usage-with-expo-client-app

提交回复
热议问题