chrisfisher / react-native-directed-scrollview

UNMAINTAINED- see below. A natively implemented scrollview component which lets you specify different scroll directions for child content.
MIT License
149 stars 67 forks source link

How to use with expo.io? #17

Closed faria closed 7 years ago

faria commented 7 years ago

I used exp init to create a new project. I did npm install --save of this library. In App.js I import ScrollView and ScrollViewChild. I use exp start to run the App, and the Expo client on my phone to view it.
I get the error: Warning: Native component for "DirectedScrollView" does not exist and similar error for ScrollViewChild. How can I resolve this? Thanks.

chrisfisher commented 7 years ago

This module contains custom native code so isn't compatible with expo unfortunately.