iOS – Compare with Android
Project Configuration Dependency Management gradle = CocoaPod Configuration file Android AndroidManifest.xml iOS info.plist Resources Android res folder with XML files, image files iOS App screen […]
Project Configuration Dependency Management gradle = CocoaPod Configuration file Android AndroidManifest.xml iOS info.plist Resources Android res folder with XML files, image files iOS App screen […]
Install CocoaPods to Mac how-to-install-xcode-homebrew-git-rvm-ruby-on-mac https://gorails.com/setup/macos/13-ventura Create pod file Add library Add Bluecap into Pod file Install *.xcworkspace file is created From now on, open xcworkspace […]
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 […]
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 avoid relative path when importing library? Folder structure Turn library into a module Turn library into a module so that Node can find […]
How to run a test and update snapshot? How to setup React Native testing? reactnativetesting.io How to configure jest? Cannot use import statement outside a […]
Declarative programming React offers a declarative approach makes it easy to use, and consequently, the resulting code is simple, which often leads to fewer bugs […]
Create a base layout class Embed base class into screen layout Set values for each UI element in Activity
Copyright © 2024 | WordPress Theme by MH Themes