Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Mobile Developer/Common Application Modules.md #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 6 additions & 21 deletions Technical Stack/Mobile Developer/Common Application Modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Common Application Modules
[Splash Screen](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#splash-screen)
------------------------------------------------------------------------------------------------------

### [react-native-splash-screen](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#react-native-splash-screen)
### [expo-splash-screen](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#expo-splash-screen)

* [ ] You know how to correctly configure splash screen showing/hiding
* [ ] You know what type of images you should use to display splash screen correctly with a proper image fill type
Expand All @@ -28,16 +28,15 @@ Common Application Modules
[Authentication](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#authentication)
--------------------------------------------------------------------------------------------------------

### [@react-native-community/google-signin](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#@react-native-community/google-signin)
### [@react-native-google-signin/google-signin](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#@react-native-google-signin/google-signin)

* [ ] You can configure Google SignIn
* [ ] You can handle sign in process
* [ ] You can handle sign in process
* [ ] You know how to revoke access and sign out
* [ ] You can use Google SignIn button
* [ ] You know how to define sign in scopes

### [react-native-fbsdk](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#react-native-fbsdk)
### [react-native-fbsdk-next](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#react-native-fbsdk-next)

* [ ] You can configure FB sdk
* [ ] You know how to login user with correct permissions
Expand All @@ -55,19 +54,6 @@ Common Application Modules
* [ ] You know how to listen on credentials change
* [ ] You can use Apple button

[Deep linking](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#deep-linking)
----------------------------------------------------------------------------------------------------

### [@react-native-firebase/dynamic-links](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#@react-native-firebase/dynamic-links)

* [ ] You know how to correctly configure Dynamic Links in Firebase Console
* [ ] You know how to configure Dynamic Links in iOS and Android app
* [ ] You know how to debug Dynamic Links
* [ ] You know how to create Dynamic Links
* [ ] You know how to handle foreground links
* [ ] You know how to handle background links
* [ ] You know how to use custom domain for Dynamic Links

[Push notifications](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#push-notifications)
----------------------------------------------------------------------------------------------------------------

Expand All @@ -83,7 +69,7 @@ Common Application Modules
* [ ] You know how to schedule local notification
* [ ] You know how to request permissions to display notifications

### [react-native-push-notification](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#react-native-push-notification)
### [@notifee/react-native](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#@notifee/react-native)

* [ ] You know how to receive notification from FCM and handle it in background/foreground
* [ ] You can handle initial notification which has opened the app
Expand Down Expand Up @@ -115,10 +101,9 @@ Common Application Modules
* [ ] You know how to store sensitive info like certificates, tokens, passwords
* [ ] You know how to use biometry

### [@react-native-community/async-storage](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#@react-native-community/async-storage)
### [@react-native-async-storage/async-storage](/Technical%20Stack/Mobile%20Developer/Common%20Application%20Modules.md#@react-native-async-storage/async-storage)

* [ ] You know how to read and write async storage data
* [ ] You know how to use async storage with redux-persist

* * *

Expand Down Expand Up @@ -149,4 +134,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.