Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
tuankg1028
/
react_native_v0.49
Public
forked from
ray-zyh/react_native_v0.49
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
master
Branches
Tags
Go to file
Code
Open more actions menu
Folders and files
Name
Name
Last commit message
Last commit date
Latest commit
History
75 Commits
75 Commits
01-Build your first React Native app
01-Build your first React Native app
02-Build React Native project with Native Code
02-Build React Native project with Native Code
03-Learn the basics of React Native
03-Learn the basics of React Native
04-Customize React Native components using Props
04-Customize React Native components using Props
05-State in a React Native Component
05-State in a React Native Component
06-Style a React Native component with StyleSheet
06-Style a React Native component with StyleSheet
07-Customize width and height props with Fixed and Flex dimensions
07-Customize width and height props with Fixed and Flex dimensions
08-Flex direction and justify content with Flexbox
08-Flex direction and justify content with Flexbox
09-Flexbox layout with align items
09-Flexbox layout with align items
10-TextInput#1.Create a basic input of Email and Password
10-TextInput#1.Create a basic input of Email and Password
11-TextInput#2. Working with multiline TextInput and Keyboard
11-TextInput#2. Working with multiline TextInput and Keyboard
12-Touches and gestures#1. Display and handle a basic React Native Button
12-Touches and gestures#1. Display and handle a basic React Native Button
13-Touches and gestures#2.TouchableHighlight, TouchableNativeFeedback,TouchableOpacity and TouchableWithoutFeedback
13-Touches and gestures#2.TouchableHighlight, TouchableNativeFeedback,TouchableOpacity and TouchableWithoutFeedback
14-ScrollView#1.Draw a basic ScrollView with mixed Components
14-ScrollView#1.Draw a basic ScrollView with mixed Components
15-ScrollView#2.Draw a horizontal ScrollView like Page
15-ScrollView#2.Draw a horizontal ScrollView like Page
16-ScrollView#3.Create ScrollView with ViewPagerAndroid in React Native
16-ScrollView#3.Create ScrollView with ViewPagerAndroid in React Native
17-FlatList#1.Create a basic Flatlist which contains Text
17-FlatList#1.Create a basic Flatlist which contains Text
18-FlatList#2.An example of FlatList with Images in FlatList Item
18-FlatList#2.An example of FlatList with Images in FlatList Item
19-FlatList#3.How to swipe to delete an Item in FlatList
19-FlatList#3.How to swipe to delete an Item in FlatList
20-FlatList#4.Layout a View and Button above FlatList
20-FlatList#4.Layout a View and Button above FlatList
21-FlatList#5.Present Modal and insert Data to existing FLatList
21-FlatList#5.Present Modal and insert Data to existing FLatList
22-FlatList#6.Present Modal and update an existing FlatList's Item
22-FlatList#6.Present Modal and update an existing FlatList's Item
23-FlatList#7.An example of Horizontal FlatList like Weather App
23-FlatList#7.An example of Horizontal FlatList like Weather App
24-How to use SectionList in React Native
24-How to use SectionList in React Native
25-LifeCycle of a Component in React Native
25-LifeCycle of a Component in React Native
26-Networking#1. Send GET to server request from React Native
26-Networking#1. Send GET to server request from React Native
27-Networking#2. Send POST request to insert data to database server
27-Networking#2. Send POST request to insert data to database server
28-Networking#3. Send PUT request to update an existing data in React Native
28-Networking#3. Send PUT request to update an existing data in React Native
29-React Native Firebase #1.Setup Firebase SDK for ios and android App
29-React Native Firebase #1.Setup Firebase SDK for ios and android App
30-React Native Firebase #2.Firebase authentication with anonymous user and email password
30-React Native Firebase #2.Firebase authentication with anonymous user and email password
31-React Native Firebase #3.Login Facebook with Firebase SDK
31-React Native Firebase #3.Login Facebook with Firebase SDK
32-React Native Firebase #4.Login Google with Firebase SDK
32-React Native Firebase #4.Login Google with Firebase SDK
33-React Native Firebase #5.Create a TODO app with Cloud Firestore in RN/
code/
tutorialProject
33-React Native Firebase #5.Create a TODO app with Cloud Firestore in RN/
code/
tutorialProject
34-React Native Firebase #6.Working with realtime Database in React Native/
code/
tutorialProject
34-React Native Firebase #6.Working with realtime Database in React Native/
code/
tutorialProject
35-Redux in React Native #1. Overview of data flow in Redux/
code/
tutorialProject
35-Redux in React Native #1. Overview of data flow in Redux/
code/
tutorialProject
36-Redux in React Native #2. Create store, reducers, actions of a todo list app/
code/
tutorialProject
36-Redux in React Native #2. Create store, reducers, actions of a todo list app/
code/
tutorialProject
37-Redux in React Native #3. Add reducers to the todo list app in Redux/
code/
tutorialProject
37-Redux in React Native #3. Add reducers to the todo list app in Redux/
code/
tutorialProject
38-Redux in React Native #4. Add components to the todo list Redux app/
code/
tutorialProject
38-Redux in React Native #4. Add components to the todo list Redux app/
code/
tutorialProject
39-Redux in React Native #5. Add containers to the todo list Redux app/
code/
tutorialProject
39-Redux in React Native #5. Add containers to the todo list Redux app/
code/
tutorialProject
40-Redux Saga in React Native #1. Redux Saga flow and create a Counter app with Redux/
code/
tutorialProject
40-Redux Saga in React Native #1. Redux Saga flow and create a Counter app with Redux/
code/
tutorialProject
41-Redux Saga in React Native #2. Add sagas to actions in the Redux Counter app/
code/
tutorialProject
41-Redux Saga in React Native #2. Add sagas to actions in the Redux Counter app/
code/
tutorialProject
42-Redux Saga in React Native #3. Send GET request and receive response from api/
code/
tutorialProject
42-Redux Saga in React Native #3. Send GET request and receive response from api/
code/
tutorialProject
43-Redux Saga in React Native #4. Send POST request and receive response from api/
code/
tutorialProject
43-Redux Saga in React Native #4. Send POST request and receive response from api/
code/
tutorialProject
44-Redux Saga in React Native #5. Update data with PUT request in Redux-saga/
code/
tutorialProject
44-Redux Saga in React Native #5. Update data with PUT request in Redux-saga/
code/
tutorialProject
45-Redux Saga in React Native #6. Delete data with DELETE request in Redux-saga/
code/
tutorialProject
45-Redux Saga in React Native #6. Delete data with DELETE request in Redux-saga/
code/
tutorialProject
46-ReactNavigation#1.Create a StackNavigator and translate params between screens/
code/
tutorialProject
46-ReactNavigation#1.Create a StackNavigator and translate params between screens/
code/
tutorialProject
47-ReactNavigation#2.Configuring the Header of StackNavigator/
code/
tutorialProject
47-ReactNavigation#2.Configuring the Header of StackNavigator/
code/
tutorialProject
48-ReactNavigation#3.Create and configure multiple tabs with TabNavigator/
code/
tutorialProject
48-ReactNavigation#3.Create and configure multiple tabs with TabNavigator/
code/
tutorialProject
49-ReactNavigation#4.Set up a screen with a drawer navigation using DrawerNavigator/
code/
tutorialProject
49-ReactNavigation#4.Set up a screen with a drawer navigation using DrawerNavigator/
code/
tutorialProject
50-Redux-form#1.Create a Simple form in React Native/
code/
tutorialProject
50-Redux-form#1.Create a Simple form in React Native/
code/
tutorialProject
51-Redux-form#2.Synchronous validation example of Refux-form in React Native/
code/
tutorialProject
51-Redux-form#2.Synchronous validation example of Refux-form in React Native/
code/
tutorialProject
52-Redux-form#3.Field-Level Validation with Redux-form in React Native/
code/
tutorialProject
52-Redux-form#3.Field-Level Validation with Redux-form in React Native/
code/
tutorialProject
53-Redux-form#4.Submit validation example and SubmissionError /
code/
tutorialProject
53-Redux-form#4.Submit validation example and SubmissionError /
code/
tutorialProject
54-Redux-form#5.Example of Asynchronous Blur validation with Redux-form
54-Redux-form#5.Example of Asynchronous Blur validation with Redux-form
55-Redux-form#6.Submit your form via a dispatched Redux action/
code/
tutorialProject
55-Redux-form#6.Submit your form via a dispatched Redux action/
code/
tutorialProject
56-Redux-form#7.Field Normalizing Example/
code/
tutorialProject
56-Redux-form#7.Field Normalizing Example/
code/
tutorialProject
57-Realm React Native#1.Create a TodoList app with Realm in React Native/
code/
tutorialProject
57-Realm React Native#1.Create a TodoList app with Realm in React Native/
code/
tutorialProject
58-Realm React Native#2.Insert and query data using Realm in React Native/
code/
tutorialProject
58-Realm React Native#2.Insert and query data using Realm in React Native/
code/
tutorialProject
59-Realm React Native#3.Update and delete data using Realm in React Native/
code/
tutorialProject
59-Realm React Native#3.Update and delete data using Realm in React Native/
code/
tutorialProject
60-Realm React Native#4.Sort data in Realm database in React Native/
code/
tutorialProject
60-Realm React Native#4.Sort data in Realm database in React Native/
code/
tutorialProject
61-Realm React Native#5.Filter data and working with To-Many Relationships/
code/
tutorialProject
61-Realm React Native#5.Filter data and working with To-Many Relationships/
code/
tutorialProject
62-UI Design#1.Create a Splash and Login Screen in React Native/
code/
ReactNativeProject
62-UI Design#1.Create a Splash and Login Screen in React Native/
code/
ReactNativeProject
63-UI Design#2.Navigate between Splash and Login without StackNavigator/
code/
ReactNativeProject
63-UI Design#2.Navigate between Splash and Login without StackNavigator/
code/
ReactNativeProject
64-Make an UI with Tabbar and StackNavigator with NativeBase #1/
code/
ReactNativeProject
64-Make an UI with Tabbar and StackNavigator with NativeBase #1/
code/
ReactNativeProject
65-Make an UI with Tabbar and StackNavigator with NativeBase #2/
code/
ReactNativeProject
65-Make an UI with Tabbar and StackNavigator with NativeBase #2/
code/
ReactNativeProject
66-React Native Animations#1. Create animations for Image and View with timing, spring, fade/
code/
ReactNativeProject
66-React Native Animations#1. Create animations for Image and View with timing, spring, fade/
code/
ReactNativeProject
67-React Native Animations#2. Create animations with sequence,parallel,interpolate/
code/
ReactNativeProject
67-React Native Animations#2. Create animations with sequence,parallel,interpolate/
code/
ReactNativeProject
68-React Native Animations#3. Animate multiple Views with Stagger and Fade/
code/
ReactNativeProject
68-React Native Animations#3. Animate multiple Views with Stagger and Fade/
code/
ReactNativeProject
69-React Native Animations#4. Use Gesture Responder to pan a View and animation with Spring/
code/
ReactNativeProject
69-React Native Animations#4. Use Gesture Responder to pan a View and animation with Spring/
code/
ReactNativeProject
x1-ReactNavigation#5.Redux intergration in Login screen with React Navigation/
code/
tutorialProject
x1-ReactNavigation#5.Redux intergration in Login screen with React Navigation/
code/
tutorialProject
x2-Redux-form#8.Wizard example/
code/
tutorialProject
x2-Redux-form#8.Wizard example/
code/
tutorialProject
.png
.png
.gitignore
.gitignore
icon-fanpage.png
icon-fanpage.png
icon-fanpage.psd
icon-fanpage.psd
pushsource.sh
pushsource.sh
subscribe.psd
subscribe.psd
videoIds
videoIds
View all files
About
No description, website, or topics provided.
Activity
Stars
1
star
Watchers
0
watching
Forks
0
forks
Report repository
Releases
Packages
Contributors
Languages
You can’t perform that action at this time.