{"id":26652636,"url":"https://github.com/subraatakumar/react-native-v3","last_synced_at":"2025-03-25T03:57:38.520Z","repository":{"id":101512141,"uuid":"600630924","full_name":"subraatakumar/React-Native-V3","owner":"subraatakumar","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-05T02:52:55.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-24T21:34:48.563Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/subraatakumar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-02-12T04:32:06.000Z","updated_at":"2023-02-26T05:16:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"2164692c-bcfb-42db-8710-fe308c89d1f0","html_url":"https://github.com/subraatakumar/React-Native-V3","commit_stats":null,"previous_names":["subraatakumar/react-native-v3"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subraatakumar%2FReact-Native-V3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subraatakumar%2FReact-Native-V3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subraatakumar%2FReact-Native-V3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subraatakumar%2FReact-Native-V3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subraatakumar","download_url":"https://codeload.github.com/subraatakumar/React-Native-V3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245394760,"owners_count":20608125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-25T03:57:38.046Z","updated_at":"2025-03-25T03:57:38.506Z","avatar_url":"https://github.com/subraatakumar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React-Native-Course-V3\n\n\n## Week-1\n\n### [Session 1](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-1/session-1.md)\n\n- Introduction to React Native\n- Styling in React Native\n  - Inline\n  - Internal\n  - External\n- Display Flex Property\n- Platform Specific Code\n  - Using Platform Module\n  - Using Platform Specific File Extension\n- Button\n\n### [Session 2](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-1/session-2.md)\n\n- Expo and React Native\n- Custom Buttons using Touchable Opacity and Pressable\n  - Touchable Opacity\n  - difference between Touchable Opacity, TouchableWithoutFeedback, TouchableNativeFeedback\n  - Pressable Component\n  - Difference between Touchable and Pressable\n  - Which to be used touchable or Pressable\n- TextInput in React Native\n\n### [Session 3](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-1/session-3.md)\n\n- Image in React Native\n  - Image Props\n  - Simple Gallery\n- Showing list of items using map\n- ScrollView\n  - Horizontal and Vertical Scrollview\n  - Pull to Refresh\n\n### [Session 4](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-1/session-4.md)\n\n- FlatList\n- NestedList\n- Pull to Refresh flatlist\n- Sestion List with Columns\n- Vector Icons\n\n## Week-2\n\n### [Session 5](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-2/session-5.md)\n\n- AsyncStorage / Localstorage\n  - Counter App\n  - App to Display number of times the app is opened.\n- Modal\n- Alert\n- Networking\n  - GET Request\n  - POST Request\n\n### [Session 6](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-2/session-6.md) \n\n- SQL Lite\n  - Use Database\n  - Basic CRUD Operations\n  - Create Table\n  - Insert data into table\n  - Delete table\n- React Native Architecture\n- Security\n- Firebase ApCheck\n- SSL Pinning\n\n### [Session 7](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-2/session-7.md)\n\n- SQLite Project (Task List) Part 1\n  - Open Database\n  - Create Table\n  - Insert Data into Table\n  - Select All Data from Table\n\n### [Session 8](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-2/session-8.md)  \n\n- SQLite project Part - 2\n  - Update data of table\n  - Delete data from table\n  - Create APK or AAB file for distribution using EAS cli\n    - Configure profile to build APK\n    - Credential Source\n    - Android App Signin credentials\n\n## Week-3\n\n### [Session 9](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-3/session-9.md)\n\n- Animated View\n  - Basic Example\n  - Using Native Driver\n  - Configuring Animations\n  - Animatable Components\n  - Composing Animations\n  - Combining Animated Values\n  - Interpolation\n- React Navigation\n  - Stack Navigation\n  - Passing parameters to routes\n\n### [Session 10](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-3/session-10.md)\n\n- Bottom Tab Navigation\n- Bottom Tab with Stack Navigation\n  - Example 1\n  - Example 2\n- Drawer Navigation\n  - Example 1\n- Bottom Tabs with Drawer Navigation\n  - Example 1\n- Drawer With Bottom Tab and Stack Navigation\n  - Example 1\n\n### [Session 11](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-3/session-11.md) \n\n- Central Store of Data\n  - Redux Flow \n  - Redux Toolkit\n  - Mobx\n\n### [Session 12](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-3/session-12.md) \n\n- Some helpful packages\n- Use of Custom Components\n- UI Library\n\n## Week-4\n\n### [Session 13](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-4/session-13.md)\n\n- Expo Camera\n  - Sample Camera Project\n- Expo Text to Speach\n  - Sample Project\n\n### [Session 14](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-4/session-14.md)\n\n- Expo Sensor\n  - Step Count Project\n\n### [Session 15](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-4/session-15.md)  \n\n- Handling Gestures\n  - Bottom Sheet\n  - React Native Reanimated\n  - React Native Gesture Handler\n\n## Week-5\n\n### [Session 16](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-5/session-16.md)\n\n- Firebase Cloud Messaging\n\n### [Session 17](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-5/session-17.md)\n\n- Firebase Authentication\n- Google Signup\n- Email and Password Signup\n\n### [Session 18](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-5/session-18.md)\n\n- Realtime Database\n  - Reading Data\n    - One-time read\n    - realtime changes\n  - Writing Data\n  - Removing Data\n- Cloud Firestore\n  - Read Data\n    - One Time Read\n    - Realtime Changes\n  - get all document snapshots from querysnapshot\n  - advanced querying\n  - Writing data\n    - add\n    - set\n    - update\n    - updting deeply nested values\n  - removing data              \n  - Secure your data through rules\n\n### [Session 19](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-5/session-19.md)\n\n- Simple Group Chat App\n  - Users Node Structure\n  - Display a list of users from firebase realtime database\n  - Chat message security Rule\n  - Firebase Storage Rule\n  - Use of Redux-Toolkit for State Management\n\n### [Session 20](https://github.com/subrataindia/React-Native-Course-V1/blob/main/week-5/session-20.md)  \n\n  - Deploy to google play store\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubraatakumar%2Freact-native-v3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubraatakumar%2Freact-native-v3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubraatakumar%2Freact-native-v3/lists"}