-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flatlist example in the docs not rendering #13037
Comments
I think this is actually affecting more than just FlatList. Other examples are not rendering. RNPlay is going away at the end of the month, so we'll need to either migrate the examples to run in Sketch, or remove the prompt entirely. |
I took a further look at this. So there's two different types of runnable examples that display in a modal:
For #1, we can migrate these examples to Sketch. For #2, we can update the app on appetize to use a more up to date version of UIExplorer, but we would also need to make this more resilient as the issue will show up again when a new component is added to UIExplorer. Not to say, the examples are likely to get out of sync as the UIExplorer app gets updated in the repo. |
Description
On the documentation for Flatlist, I tried running the example in the browser. I then got an error on the simulator saying "FlatListExample could not be found!"
Reproduction
Link to docs
I go onto the docs, and click "Run this example" near the bottom.
Solution
The documentation for that page needs to be updated with the latest repository.
Additional Information
The text was updated successfully, but these errors were encountered: