From b8aec25bf09b3c8a927f653f00d57d40f509f89f Mon Sep 17 00:00:00 2001 From: Maja Zubko Date: Fri, 16 Feb 2024 12:51:51 +0100 Subject: [PATCH] Update Mobile Developer/Common Application Modules.md --- .../Common Application Modules.md | 27 +++++-------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/Technical Stack/Mobile Developer/Common Application Modules.md b/Technical Stack/Mobile Developer/Common Application Modules.md index 97a9d1c..c8fdc76 100644 --- a/Technical Stack/Mobile Developer/Common Application Modules.md +++ b/Technical Stack/Mobile Developer/Common Application Modules.md @@ -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 @@ -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 @@ -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) ---------------------------------------------------------------------------------------------------------------- @@ -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 @@ -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 * * * @@ -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. \ No newline at end of file +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.