ffx*_*sam 18 android react-native
React Native是否具有与ActionSheetIOSAndroid 相同的功能?某种弹出菜单的选项可供选择?
React Native是否具有相当于Android的ActionSheetIOS?
不可以,Native ActionSheetView在Android中不可用。但可以通过使用“ 底页组件”概念进行开发。
某种弹出菜单选项可供选择?
ActionSheetIOSGithub上提供了一些等效的View源代码,例如:
2. tutti-ch / android-bottomsheet