Eric Wiener
Eric Wiener
Sorry please ignore the closing and re-opening ^
Update: I was able to avoid this issue on my personal device by manually recreating the zone in the CloudKit Dashboard, but a typical user wouldn't be able to do...
@naharamal, unfortunately, did not find a solution yet
@lukasstaecker thanks so much for sharing this!
I created a fork that is able to do this: https://github.com/EricWiener/react-native-star-rating. I'm not going to pull since I don't believe this project is maintained.
I just found the cause of my issue. I had been using react-native-material-dropdown and they used: ``` itemTextStyle: Text.propTypes.style, ``` I just commented out that line and everything worked again....
Solved this issue. You need to add the following lines to the dependencies section of `android/app/build.gradle` for react-navigation: ``` implementation 'androidx.appcompat:appcompat:1.1.0-rc01' // react navigation implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02' // react navigation ```
Thanks so much @dmandrioli! That worked perfectly and I'm able to load the pcd files. However, if I try to load more than 20 and browse to the next page...
Got it. I will create a new issue for this. One last question, is there a specific formatting the PCD file should be in? I have two different PCD formats...
#110 Created a new issue for the bug