Courses
Sign In
Create An Account
Home
Tutorials
Projects
Blog
Forum
About
More
About Us
Contact us
Frequently Asked Questions
Privacy & Policy
Terms and Conditions
Please sign in to your account.
T
utorials
Home
Tutorials
Nguyen Duc Hoang List
React Native & React
Nguyen Duc Hoang Tutorial
Android
React Native & React
IOS Swift Development
Swift
Node.js
HTML5 & CSS3
Angular
Python & Matplotlib python
TypeScript
PyQt5, Flask, Cordova and Ionic
Nguyen Duc Hoang
/
React Native & React
React Native tutorial v0.49
Build your first React Native app
Build React Native project with Native Code
Learn the basics of React Native
Customize React Native components using Props
State in React Native Component
Style a React Native component with StyleSheet
Customize width and height props with Fixed and Flex dimensions
Flex direction and justify content with Flexbox
Flexbox layout with align items
Create a basic TextInput with Email and Password
Working with multiline TextInput and Keyboard
Touches and gestures#1. Display and handle a basic React Native Button
-Touches#2.TouchableHighlight, TouchableNativeFeedback,TouchableOpacity
ScrollView#1.Draw a basic ScrollView with mixed Components
ScrollView#2.Draw a horizontal ScrollView like Page
ScrollView#3.Create ScrollView with ViewPagerAndroid in React Native
FlatList#1.Create a simple FlatList with Text Component
FlatList#2.An example of FlatList with Images in FlatList Item
FlatList#3.How to swipe to delete an Item in FlatList
FlatList#4.Layout a View and Button above FlatList
FlatList#5.Present Modal and insert Data to existing FLatList
FlatList#6.Present Modal and update an existing FlatList\'s Item
FlatList#7.An example of Horizontal FlatList like Weather App
How to use SectionList in React Native
React Native
Introduction and create a basic project
Create a hello wolrd app
Props
State
Style
Width and Height
Layout with Flexbox
Handling text input
Handling touches
ScrollView
Send GET request and fetch to ListView
FlatList and SectionList
Navigating between screens with StackNavigator
Creating tabs with TabNavigator
Drawer navigation with DrawerNavigator
Platform specific code
React
Introduction and create first program
Introducing JSX(Javascript Extension)
Rendering some basic React elements
Components and Props
State and Lifecycle
Event handling with React elements
Conditional rendering
Lists, Keys and rendering multiple components
React form
Handling multiple inputs
Composition vs Inheritance