[番外編] Hello, React Native 2
引き続き、React Nativeを触っています。
- Alert
- Animation
- Fetch
- Images
- Storage
- WebView
のサンプルを追加しました。
画像をxcassetsに入れて、require('image!')
する例がよく見かけましたが 、
https://facebook.github.io/react-native/docs/images.html を見ると、0.14以降、Componentと同じように読み込めるっぽかったので、そうしてみたら普通に読めました。
まだよくわかってないので、xcassetsを使ったほうがいいケースもあるのかもしれないですが。
参考
![]() |
React Native for iOS Development
ソースコード
https://github.com/tnantoka/swift-a-week/tree/gh-pages/works/HelloReactNative