ant-design / ant-design-mobile-rn

Ant Design for React Native
https://rn.mobile.ant.design/
MIT License
3.05k stars 611 forks source link

v5.1.1 #1330

Closed 1uokun closed 6 months ago

1uokun commented 6 months ago

fix: java.lang.Boolean cannot be cast to java.lang.Double Bug

TODO

Q&A

import { ScrollView } from 'react-native'
import { ScrollView as GestureScrollView } from 'react-native-gesture-handler'

<ScrollView>

  <ScrollView>
   // ScrollView doesn't work with multiple scroll views in Android
  <SCrollVIew>

  <GestureScrollView>
  // it works
  </GestureScrollView>

<ScrollView>