We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Its working for react native android and ios but its not working in react native web
Using the below version "@stream-io/flat-list-mvcp": "^0.10.1", "react-native-bidirectional-infinite-scroll": "^0.3.3", "react-native-web": "^0.17.5"
![Screenshot 2021-10-
The text was updated successfully, but these errors were encountered:
I think this is related.
Looks like missing compiled index.js
index.js
> cat node_modules/@stream-io/flat-list-mvcp/package.json| grep main "description": "maintainVisibleContentPosition support for Android react-native", "main": "lib/commonjs/index", > ls node_modules/@stream-io/flat-list-mvcp/lib/commonjs FlatList.android.js FlatList.js ScrollView.android.js ScrollView.js index.js.map useMvcpTuner.js.map FlatList.android.js.map FlatList.js.map ScrollView.android.js.map ScrollView.js.map useMvcpTuner.js
Sorry, something went wrong.
Thanks for pointing this out! It is fixed by #32
No branches or pull requests
Its working for react native android and ios but its not working in react native web
Using the below version
"@stream-io/flat-list-mvcp": "^0.10.1",
"react-native-bidirectional-infinite-scroll": "^0.3.3",
"react-native-web": "^0.17.5"
![Screenshot 2021-10-
The text was updated successfully, but these errors were encountered: