Authentication with AWS Amplify
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.
Authentication with AWS Amplify User authentication is a fundamental requirement for many mobile applications. AWS Amplify provides a comprehensive solution for implementing user authentication in React Native apps. In this blog post, we will explore how to leverage Amplify Authentication to secure your React Native app with user sign-up, sign-in, and user management functionalities.
Get Started With GraphQL on 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.
Get Started With GraphQL on React Native (using Amplify) 1- Introduction: GraphQL has gained significant popularity as a powerful query language for APIs. It offers a flexible and efficient way to fetch and manipulate data, making it an excellent choice for building modern applications. When combined with AWS Amplify, a development platform provided by Amazon Web Services, GraphQL becomes even more accessible and easier to integrate into your projects.
How to build and publish apps on Google Play and Apple App Store
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.
Getting started with 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.
Building Phone Apps with React Native and Amazon AWS Services
Building Phone Apps with React Native and Amazon AWS Services React Native, coupled with Amazon services such as GraphQL and Amplify, provides a powerful combination for developing cross-platform phone apps efficiently. In this blog post, we’ll explore how you can leverage these technologies to create robust and feature-rich applications.
This blog post is intentionally kept high level and you can dive deeper into each area by following the provided links under each section.