Nippy
Nippy
 My android version is 9.0, API28. React Native version is 0.59.9. happened when i called function getContacts() like this: Contacts.getContacts( (error, contacts) => { if (error) { console.error(error); }...
I believe the following package should be added: > react-native-slidepicker [https://www.npmjs.com/package/react-native-slidepicker](https://www.npmjs.com/package/react-native-slidepicker) [https://github.com/lexguy/react-native-slidepicker](https://github.com/lexguy/react-native-slidepicker) A react native picker component,used in address picker and other picker scenes. archived by javascript, run on android...
第一个页面是定制的ScrollView,其他页面都是一个复用的列表,当多次切换Tab,进入其他页面的列表的详情之后,退出再回到第一页的时候,显示空白。Android 和 iOS 都存在 -version: - "react-native-scrollable-tab-view": "^1.0.0", - "react-native": "0.61.5", 关键代码 ``` } onChangeTab={this.tabChange} prerenderingSiblingsNumber={0} tabBarTextStyle={styles.tabText} {this.state.tabsList.map((tab, index) => { if (index === 0) { return ( ); }...
### Description Platfrom : iOS Need to change camera button text language, such as "Cancel", "PHOTO", "Retake", "Use Photo", into other language. I have read these : https://github.com/react-native-image-picker/react-native-image-picker/issues/480 https://github.com/react-native-image-picker/react-native-image-picker/issues/211 https://github.com/react-native-image-picker/react-native-image-picker/issues/150...