LoginSignup
0

More than 3 years have passed since last update.

【React Native入門】3-2 UIコンポーネント ListViewによるリスト表示

Posted at

「React Native入門 掌田 津耶乃著」にて動作確認したコードを逐一まとめた記事です。
基本は自分用のメモですので、動作確認したい場合ご利用ください。
ある程度は1記事を更新していき、セッションが切り替わったら別記事に残していこうと思います。

目次
[ P.103〜P.117 ] ListView関連もろもろ エラーになる

Invariant Violation: ListView has been removed from React Native.See https://fb.me/nolistview for more infomation or use `deprecated-react-native-llist view` .

Google翻訳
不変の違反:ListViewはReact Nativeから削除されました。詳細についてはhttps://fb.me/nolistviewを参照するか、 deprecated-react-native-llist viewを使用してください。

翻訳から今の環境からではListViewは使えないようです。
詳しい方おられましたらコメントください。

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0