https://github.com/ammoradi/rnsectionlisterror
react native SectionList (VirtualizedList) error example project
https://github.com/ammoradi/rnsectionlisterror
Last synced: 6 months ago
JSON representation
react native SectionList (VirtualizedList) error example project
- Host: GitHub
- URL: https://github.com/ammoradi/rnsectionlisterror
- Owner: ammoradi
- Created: 2020-07-20T20:08:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:59:45.000Z (about 3 years ago)
- Last Synced: 2025-02-04T13:44:54.872Z (11 months ago)
- Language: Java
- Size: 2.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
### I'm trying to use [Official SectionList Example](https://reactnative.dev/docs/sectionlist) but I'm getting me the error on both RN 0.62.0 and 0.63.1:


## React Native version:
```
System:
OS: Linux 4.15 Ubuntu 18.04.2 LTS (Bionic Beaver)
CPU: (8) x64 Intel(R) Core(TM) i7-4702MQ CPU @ 2.20GHz
Memory: 1.05 GB / 11.65 GB
Shell: 5.4.2 - /usr/bin/zsh
Binaries:
Node: 12.18.2 - /usr/bin/node
Yarn: 1.22.0 - /usr/bin/yarn
npm: 6.14.5 - /usr/local/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
Android SDK:
API Levels: 23, 24, 25, 26, 27, 28, 29
Build Tools: 27.0.3, 28.0.2, 28.0.3, 29.0.2
Android NDK: Not Found
IDEs:
Android Studio: Not Found
Languages:
Java: 1.8.0_252 - /usr/bin/javac
Python: 2.7.17 - /usr/bin/python
npmPackages:
@react-native-community/cli: Not Found
react: 16.13.1 => 16.13.1
react-native: 0.63.1 => 0.63.1
npmGlobalPackages:
*react-native*: Not Found
```
## Steps To Reproduce
Provide a detailed list of steps that reproduce the issue.
1. react-native init RNSectionListError --template react-native-template-typescript
2. just put [https://reactnative.dev/docs/sectionlist](https://reactnative.dev/docs/sectionlist) example code in `App.tsx` and try to run.
## Expected Results
It's clear! render SectionList!