App development

A 2-post collection

How to build and publish apps on Google Play and Apple App Store

By My Ultimate Guide For Everything |  Jun 7, 2023  | app-development, react-native, google-play, apple-app-store, build-package
This is part of a series of posts on building mobile apps with React Native and AWS services. You can read the parent post here. How to build and publish apps on Google Play and Apple App Store Enable USB debugging In order to enable usb debugging for your Android and iOS devices you can follow these steps: On Android Go to the “Settings” app on your Android device. Scroll down and tap on “About phone” or “About device.
Continue Reading...

Getting started with React Native

By My Ultimate Guide For Everything |  Jun 3, 2023  | app-development, react-native
This is part of a series of posts on building mobile apps with React Native and AWS services. You can read the parent post here. Getting started with React Native To initialize a React Native project, build a “Hello World” app, and run it, you can follow these steps (Please note that the exact command may vary for your OS): Install Required Tools Before getting started, make sure you have Node.
Continue Reading...