Develop a Mobile App with React Native

preview_player
Показать описание
Learn how to use a public API to create a native mobile application with the JavaScript React Native framework.

In this tutorial we create a native mobile application to view a list of top Hacker News articles using TypeScript. When you select an article we display the contents of the article in a WebView.

Steps:
1) Create new React Native app
2) Add navigation packages
4) Setup App component for navigation
5) Add Home and Article pages
6) Add list to Home screen using service
7) On article click, redirect to Article screen with WebView

If you like this video don't forget to like and subscribe to not miss out on future videos!

References:

Install Expo CLI:

Setup React Native (and navigation):

React Native Webview (NPM):

Hacker News API Endpoint:
Рекомендации по теме
Комментарии
Автор

Might help you, install the json parser for chrome and it will pretty print your json for you.

cas