React Native – How to work with form (1)? Formik & Yup
What does Formik do? Track form state Handles form submission Handles validation and error messages Install Usage template How to reset form after submit? How […]
What does Formik do? Track form state Handles form submission Handles validation and error messages Install Usage template How to reset form after submit? How […]
How to force useEffect to be called every time component is called? Example Solution By this way, every time you are back to parent component […]
What does Apple documentation talk about background modes? Apple DocumentationIn background mode, app should do as little as possible, and preferably nothing Which use cases […]
Basic – Syntaxes What is “truthy”? What is the difference between null and undefined? null value: null, type: object undefined value: null, type: undefined What’s […]
How to pass data from Cordova to native Android? JS side Android native side
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 […]
How to debug a device over wifi? How to Transfer File from Android device to Mac? How to set sdk path? How to generate debug […]
How to use Async/ Await with async function having callback? Not using Async/ Await Using Async/ Await How to use Promise in “reduce”? You have […]
What are differences between Set and Array? Arrays can have duplicate values but Sets can’t Array is ordered by index. Set uses keys and elements […]
Copyright © 2024 | WordPress Theme by MH Themes