forked from shubhamkmit9021/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7065c71
commit 24e2ba6
Showing
6 changed files
with
29 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
## RN Architecture, Securrity and SQL Lite 1 | ||
|
||
- React Native Architecture | ||
- Security | ||
- Firebase ApCheck | ||
- SSL Pinning | ||
- SQL Lite | ||
- Use Database | ||
- Basic CRUD Operations | ||
- Create Table | ||
- Insert data into table | ||
- Delete table | ||
- React Native Architecture | ||
- Security | ||
- Firebase ApCheck | ||
- SSL Pinning | ||
|
||
# Coding: | ||
|
||
1. Live: | ||
- Basic application with API integration for SQL-Lite Storage. | ||
- SQL Queries | ||
2. Assignment: | ||
- Create a React Native Calculator. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
Create React Native Calculator with Memory Option. | ||
|
||
- All the calculations should be shared on memory | ||
- Pressing M+ button should display next stored calculation | ||
- Pressing M- button should display Previous stored calculation | ||
- Pressing Mc button should clear all stored calculations | ||
- Create a React Native Calculator. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
|
||
Implement business logic on previous day project. | ||
- Update React Native Calculator with Memory Option. | ||
- All the calculations should be shared on memory | ||
- Pressing M+ button should display next stored calculation | ||
- Pressing M- button should display Previous stored calculation | ||
- Pressing Mc button should clear all stored calculations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters