I know the regular scrollview on Android doesn't bounce, but I want this functionality. I am trying to use the package SpringScrollView, but when I replace my <ScrollView>
components with <SpringScrollView>
I receive the error
Requiring unknown module "94". If you are sure the module exists, try restarting Metro. You may also want to run 'yarn' or 'npm install'.
I don't really what Metro is, but if I just shut down the app, and rerun it using yarn install
I get the same error