ReactNative
React Native | A framework for building native apps using React
start¶
React Native CLI¶
- Getting Started
npm install -g react-native-cli
Create React Native App¶
- react-community/create-react-native-app
- create-react-native-app触ってみた!! - Qiita
Create React AppのReact Native版
Tools¶
Expo¶
Deco - React Native IDE¶
Nuclide (Atom Package)¶
Icon¶
- react-native-vector-icons directory
- Customizable Icons for React Native with support for NavBar/TabBar/ToolbarAndroid, image source and full styling. - https://oblador.github.io/react-native-vector-icons/
Components¶
- jemise111/react-native-swipe-list-view
- A React Native ListView component with rows that swipe open and closed
Samples¶
- fbsamples/f8app
- Source code of the official F8 app of 2016 ― http://makeitopen.com
- alinz/example-react-native-redux
- react native redux counter example - ★よくできたサンプル
Articles¶
- Using React Native: One Year Later — Discord Engineering
- WebエンジニアがReact Nativeでアプリをリリースしてみた — Coiney Product Team — Medium
- [初心者向け]ReactNativeでTwitter,Facebookログインをするよ - Qiita
- blog.lum.pe | Listening to application urls in React Native
React NativeでのカスタムURLスキームの丁寧な解説 - ReactNativeでサクッとReactjs記事リーダーを作ってみる - Qiita
- フロントエンドエンジニアが React Native を触ってみた話 // Speaker Deck
- React.js × React Native meetup アンケート質問に答えたい - Qiita
- 過渡期な navigation のリストあり
- React Native Non-React Tips - Qiita
- トラブルシューティングなど
- React Native開発のつらい点まとめ – MMiyauchi Blog
Navigation¶
- wix/react-native-navigation
- React Native Navigation 導入メモ - Qiita
- React Native Experimental Navigation with Redux – The Bakery
- React Native NavigationExperimental in Depth – React Native Training – Medium
- airbnb/native-navigation
- React Navigation
Debug¶
- jhen0409/react-native-debugger
- The standalone app based on official debugger of React Native, and includes React Inspector / Redux DevTools