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
Hi im facing this issue on android after migrating to expo ~52 ,please let me know how to fix it
<AnimatedScrollView HeaderComponent={<View style={{backgroundColor:"red"}}></View>} headerImage={{uri:"https://images.unsplash.com/photo-1536152470836-b943b246224c?q=80&w=1938&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"}} > {Array.from({ length: 20 }, (_, i) => ( <View key={i} style={styles.card}> <Text style={styles.cardText}>Item {i + 1}</Text> //com </View> ))} </AnimatedScrollView>
Please check the snack on android device
Expo link to issue
The text was updated successfully, but these errors were encountered:
@kanelloc any updates on this ?
Sorry, something went wrong.
any updates on this ?
No branches or pull requests
Hi im facing this issue on android after migrating to expo ~52 ,please let me know how to fix it
Exception in HostFunction: Loss of precision during arithmetic conversion: (long) 0.29433099655877976
Please check the snack on android device
Expo link to issue
The text was updated successfully, but these errors were encountered: