Create-react-native-app: Any plans to native module linking?

Created on 21 Apr 2017  路  4Comments  路  Source: expo/create-react-native-app

Hi, will you be implementing react-native link support in the future?

Most helpful comment

@dikaiosune why it will be never possible 馃槩

All 4 comments

Due to the nature of loading your project in the Expo client, I don't expect this to ever be possible. You can use react-native link after ejecting, or if you create the project with react-native init.

Broadly, my hope is that the Expo client will eventually be able to cover most needs one might have for native modules, and that's true for many apps today.

@dikaiosune why it will be never possible 馃槩

Expo will never to be a good choice for developing RN app. It has been lacking lots of modules.
If Expo can resolve this problem. It will be the best solution for working with RN app.

The code signing protections of the platforms prevent dynamically shipping native code. In addition, even if you loaded a signed dylib, both the App Store and Google Play requirements don鈥檛 allow this.

If you want to use custom native modules with Expo, you can detach and use Xcode/Android Studio along with most Expo APIs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

FezVrasta picture FezVrasta  路  3Comments

JackWReid picture JackWReid  路  4Comments

anp picture anp  路  3Comments

noelweichbrodt picture noelweichbrodt  路  3Comments

kinergy picture kinergy  路  4Comments