JavaScript – Is Map better than Object?
What are differences between Map and Object? Key in Object must be “String” or “Symbol” whereas Key in Set can be anything To iterate over […]
What are differences between Map and Object? Key in Object must be “String” or “Symbol” whereas Key in Set can be anything To iterate over […]
Create subdomain Access your-main-domain.com/your-sitename to check if it works Create React website on local Create React website Config package.json file Add homepage key with exact […]
Install dependencies Setup React Native app Setup “amplify/backend/api/amplifyDatasource/schema.graphql” Create Amplify app Delete “.config/project-config.json” to create new app Run “$ amplify init“ Add backend API for […]
How to implement Google Signin with existing User Pool and Identity Pool into React Native app? Google Side Create 3 Google OAuth Client Ids One […]
How to let React Native app and Web authentication share information about login user? Configure Google OAuth Client to support iOS app https://github.com/react-native-community/google-signin/blob/master/docs/ios-guide.md#2-google-project-configuration Configure Cognito […]
Create Google app Create Google app to get https://aws-amplify.github.io/docs/js/cognito-hosted-ui-federated-identity#google-sign-in-instructions Notes: Ignore “Restrictions” at the moment Install Amplify into local environment Install AWS Amplify CLI Create […]
Announcements https://cordova.apache.org/blog/ How to build an existing Cordova app? Install Cordova Tool Install Homebrew and Node Install third party libraries Add platforms Errors If there […]
Install dependencies React dependencies Cordova webpack plugin Add config files Add file “webpack.config.js” Add .babelrc Add a React component for testing Add react-src/index.js Add react-src/App.js […]
Upload code signing Upload provisioning profile Provisioning profile is like the certificate of a unique app Provisioning profile has some selected certificates If this is […]
How to create a snapshot? How to find an element and press it? You can use queryByxxx or getByxxx. The difference is – queryByxxx still […]
Copyright © 2024 | WordPress Theme by MH Themes