You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
Please provide a clear and concise description of what the bug is. Include screenshots if needed.
Please test using the latest React Native release to make sure your issue has not already been fixed: https://reactnative.dev/docs/upgrading.html
React Native version:
Run react-native info in your terminal and copy the results here.
react-native-cli: 2.0.1
react-native: 0.62.2
Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
Rendering FlatList never success. Always get issue.
Previous version project on RN 0.61.5 never face this issue.
Expected Results
Describe what you expected to happen.
I want to render a flatlist data from RESTful response data. As soon it get to the screen, the emulator show error.
Please provide all the information requested. Issues that do not follow this format are likely to stall.
Description
Please provide a clear and concise description of what the bug is. Include screenshots if needed.
Please test using the latest React Native release to make sure your issue has not already been fixed: https://reactnative.dev/docs/upgrading.html
React Native version:
Run
react-native info
in your terminal and copy the results here.Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
Expected Results
Describe what you expected to happen.
I want to render a flatlist data from RESTful response data. As soon it get to the screen, the emulator show error.
My render code are like below (minimal version):
I use the same script as my previous project. If I remove the flatlist rendering, the screen is ok; but with empty view for sure. Why is it happen?
Extra, even I put a component without any params lead to error:-
The text was updated successfully, but these errors were encountered: