How to import third lib in rnplay(React Native Playground)? -


i found question existed in react-native-gallery, , want test in rnplay, how import react-native-gallery in rnplay? directly import encounter error 'unable resolve module react-native-gallery '.

this not possible atm. according about page:

you may use native modules react native itself, or include in our build.

your app may not work if uses features not available in our supported react native versions.

your app can't yet refer locally stored assets, since have no way package @ runtime.


Comments

Popular posts from this blog

How to use SUM() in MySQL for calculated values -

loops - Spock: How to use test data with @Stepwise -