Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vergissberlin/talk-react-native

Come with me in 4 steps to build and release your native app with React Native
https://github.com/vergissberlin/talk-react-native

react-native talk

Last synced: 6 days ago
JSON representation

Come with me in 4 steps to build and release your native app with React Native

Awesome Lists containing this project

README

        

{% include_relative .github/templates/header.md %}

## πŸ’¬ Talk: React Native

```text
Dauer: 5h (Gesamtdauer)
Niveau: JavaScript Intermediete
Zielgruppe: JavaScript Entwickler
Sprache: Deutsch
Author: AndrΓ© Lademann
```

This repository contains the presentations and sample projects for the React Native talk series. The talk series is an introduction to developing mobile apps with React Native. The talk series is designed for JavaScript developers who already have experience with JavaScript and React. The talk series is divided into 5 parts:

* * *

**πŸ“š Table of contents**

- [πŸ’¬ Talk: React Native](#-talk-react-native)
- [πŸ“š 1. Technology Overview](#-1-technologie-ΓΌberblick)
- [πŸ›  2. Setting up the development environment](#-2-einrichtung-der-entwicklungsumgebung)
- [πŸ“± 3. React Native mit Expo](#-3-react-native-mit-expo)
- [πŸ§ͺ 4. Testing](#-4-testing)
- [πŸš€ 5. Deployment](#-5-deployment)
- [πŸ“š Links](#-links)

* * *

### πŸ“š 1. Technology Overview

This part of the talk series provides an overview of the React Native technology. It explains how React Native works and what advantages it has over other technologies. It also explains how React Native works with Expo.

**To the talk:**[Technology Overview β†—](./Talks/01_technology.md)

### πŸ›  2. Setting up the development environment

In this part of the talk series, the development environment for React Native is set up. We look at how we can develop React Native with Expo. It also explains how we can develop React Native without Expo.

### πŸ“± 3. React Native mit Expo

This part of the talk series introduces React Native with Expo. We look at how we can develop React Native with Expo. It also explains how we can test React Native with Expo.

### πŸ§ͺ 4. Testing

This part of the talk series introduces the topic of testing in React Native. We look at how we can test React Native with Jest. It also explains how we can test React Native with Detox.

### πŸš€ 5. Deployment

This part of the talk series introduces the topic of deployment in React Native. We're looking at how to publish React Native with Expo. It also explains how we can release React Native with Fastlane.

### πŸ“š Links

- [React Native](https://reactnative.dev/)
- [Expo](https://expo.io/)
- [Is](https://jestjs.io/)
- [Fastlane](https://fastlane.tools/)
- [React Native Testing Library](https://callstack.github.io/react-native-testing-library/)
- [React Native Testing Library - Jest](https://callstack.github.io/react-native-testing-library/docs/api-jest)
- [Apple Developer](https://developer.apple.com/)
- [Apple Developer Program](https://developer.apple.com/programs/)
- [Google Play Developer](https://play.google.com/apps/publish/)
- [Google Play Developer Program](https://play.google.com/apps/publish/signup/)

{% include_relative .github/templates/footer.md %}