GithubHelp home page GithubHelp logo

appgambitstudio / react-native-starter-kit-aws-amplify Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 190 KB

React Native Starter Kit with Amazon Amplify AppSync Integration

License: GNU General Public License v3.0

JavaScript 43.95% Ruby 2.20% Starlark 1.04% Java 27.71% Makefile 2.64% C++ 12.04% Objective-C 4.13% Objective-C++ 6.30%

react-native-starter-kit-aws-amplify's Introduction

⚛ React Native Starter Kit AWS Amplify⚛

Introduction   —   Tools   —   Usage



👋 Intro

A react native starter kit aws amplify created with latest react native.

This project is created to kick-start your new react native app development with aws amplify. It is using common tools to make your devlopment more easy, all ready to go.


🧰 Tools

This project is using following common tools:


🚀 Getting Started

Add AWS config

1. create aws-exports.js in src/awsConfig directory
2. export awsConfig
    export const config = {
        aws_cognito_region: 'xxx',
        aws_user_pools_id: 'xxx',
        aws_user_pools_web_client_id: 'xxx',
        aws_mandatory_sign_in: 'disable',
        aws_appsync_graphqlEndpoint: 'xxx',
        aws_appsync_region: 'xxx',
        aws_appsync_authenticationType: 'AMAZON_COGNITO_USER_POOLS',
        aws_appsync_apiKey: 'xxx',
    };

Install dependencies

yarn && npx pod-install ios

Android

npx react-native run-android

iOS

npx react-native run-ios

Or

Open project.xcworkspace file from ios folder and build from xcode

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.