An open API service indexing awesome lists of open source software.

https://github.com/devmahmud/react-native-v2

Building mobile applications with react-native.
https://github.com/devmahmud/react-native-v2

Last synced: 3 months ago
JSON representation

Building mobile applications with react-native.

Awesome Lists containing this project

README

          

# React Native v2

Building mobile applications with react-native.

This course is originally taken by [Kadi](https://github.com/kadikraman), senior software engineer at [Formidable](https://formidable.com/).

## Table of Contents

- Introduction
1. [Welcome](src/01.welcome.md)
2. [About React Native](src/02.about-rn.md)
3. [Should you use Expo or plain React Native?](src/03.expo-vs-rn.md)

- Setup
1. [\[Expo\] Getting started with Expo](src/04.getting-started-with-expo.md)
2. [\[RN\] Getting started with plain React Native](src/05.getting-started-with-plain-rn.md)
3. [Adding a linter](src/06.adding-linter.md)
4. [Debugging](src/07.debugging.md)

- Basic components
1. [Basic React Native components](./src/08.basic-rn-components.md)
2. [Styling](./src/09.styling.md)
3. [Styling Exercise 📝](./src/10.styling-exercise.md)
4. [Styling Exercise Solution 👀](./src/11.styling-solution.md)
5. [Components](./src/12.components.md)
6. [Lists](./src/13.lists.md)
7. [Lists Exercise 📝](./src/14.lists-exercise.md)
8. [Lists Exercise Solution 👀](./src/15.lists-exercise-solution.md)

- Navigation
1. [Navigation Intro](./src/16.navigation-intro.md)
2. [[Expo] Adding navigation with Expo](./src/17.adding-navigation-expo.md)
3. [[RN] Adding navigation with plain React Native](./src/18.adding-navigation-plain-rn.md)
4. [Adding Navigation](./src/19.adding-navigation.md)
5. [Navigation Exercise 📝](./src/20.navigation-exercise.md)
6. [Navigation Exercise Solution 👀](./src/21.navigation-exercise-solution.md)

- Hooks and Network Requests
1. [useState, useCallback, useEffect](./src/22.hooks.md)
2. [Network Requests Exercise 📝](./src/23.network-request-exercise.md)
3. [Network Requests Exercise Solution 👀](./src/24.network-request-ex-solution.md)
4. [Pull to refresh](./src/25.pull-to-refresh.md)

- Forms
1. [Overview of Forms in React Native](./src/26.forms-overview.md)
2. [Opening a full screen modal](./src/27.full-screen-modal.md)
3. [Form exercise 📝](./src/28.form-exercise.md)
4. [Form exercise solution 👀](./src/29.form-exercise-solution.md)

- Conclusion
1. [Wrapping up](./src/30.wrapping-up.md)

- Extra Credit
1. [[Expo] Ejecting from Expo](./src/31.ejecting-from-expo.md)
2. [Platform Specific Code](./src/32.platform-specific-code.md)
3. [Security](./src/33.security.md)