-
React Native Express
http://www.reactnativeexpress.com/
A full set of tutorials for everything related to React Native -
Awesome React Native Education
https://github.com/hsavit1/Awesome-React-Native-Education
An overview of the React Native ecosystem, in a similar style to react-redux-links -
React Native Workshop
https://rangle-io.gitbooks.io/react-native-workshop/content/
An introduction to React Native's concepts, in conjunction with Flexbox and Redux -
Building the F8 App
http://makeitopen.com/
A dive into how the Facebook F8 conference mobile app was built, including planning, design, testing, and data management. -
Build a Coffee Finder App with React Native and the Yelp API
https://appendto.com/2016/11/build-a-coffee-finder-app-with-react-native-and-the-yelp-api/
A tutorial that covers building an IOS app that fetches data, organizes views, and displays the data on a map. -
How to distribute React Native components backed by native code
https://www.benwixen.com/articles/distributing-react-native-components-with-native-code/
A project layout for redistributable components with native code, that includes unit tests and supports automatic linking. -
Build an Imgur Client with React Native and MobX
https://medium.com/react-native-development/build-an-imgur-client-with-react-native-and-mobx-react-native-school-53146d648250
A tutorial that demonstrates build an RN app with MobX for state management, use of RESTful APIs, full-screen images in a ListView, and detection of device orientation
-
Using iOS Image Picker with React Native
http://goshakkk.name/react-native-camera-roll-image-picker/
Getting an ImagePicker to work on iOS is painful. It's barely documented. This tutorial-style article shows you everything you need to do to finally start asking users for images. -
Rapid cross-platform development with React Native
https://robots.thoughtbot.com/rapid-cross-platform-mobile-development-with-react-native
Thoughts on how React Native enables code reuse and iteration, and a look at using the flexbox-based layout system on various platforms. -
Debugging React Native Applications
https://medium.com/reactnativeacademy/debugging-react-native-applications-6bff3f28c375
A useful description of tools and techniques that can be used to help debug RN apps. -
Under the hood of React Native
https://speakerdeck.com/mkonicek/under-the-hood-of-react-native
A slideset digging into the guts of how React Native works -
What I learned from building my first React Native App
http://cmichel.io/lessons-from-building-first-react-native-app/
A number of informative lessons learned building an app using RN and Redux, including components, performance, workflow, and use of Redux. -
Understanding React Native flexbox layout
https://medium.com/the-react-native-log/understanding-react-native-flexbox-layout-7a528200afd4 A helpful visual guide to how Flexbox works, both in general and specific to React Native -
How to Create An Authentication System and a Persistent User Session with React Native
http://www.theodo.fr/blog/2017/03/how-to-create-an-authentication-system-and-a-persistent-user-session-with-react-native/
Demonstrates how to build an app that uses JWT authentication, and persist the token in storage to keep the user logged in