I'm trying to use Official SectionList Example but I'm getting me the error on both RN 0.62.0 and 0.63.1:
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
Provide a detailed list of steps that reproduce the issue.
- react-native init RNSectionListError --template react-native-template-typescript
- just put https://reactnative.dev/docs/sectionlist example code in
App.tsx
and try to run.
It's clear! render SectionList!