Professional react-native starter kit with everything you'll ever need to deploy rock solid apps

Overview

WARNING

This starter kit has been deprecated and is no longer being actively maintained by Ueno.

logo

banner

about

React Native Starter

Dependencies devDependencies

The Professional React Native Starter with everything you'll ever need to deploy rock solid apps.

  • Opinionated dependencies
  • React Native Navigation 4
  • TypeScript 3.7
  • Auto Linking
  • Gradle 5
  • Unit and integration tests
  • Continuous delivery support for Microsoft App Center

Getting Started

Super-Quick Start

git clone [email protected]:ueno-llc/react-native-starter.git my-new-app
cd my-new-app
yarn
yarn rename "MyNewApp" com.ueno.mynewapp
yarn start
yarn ios # or yarn android

Alternatively you can use create-ueno-app:

yarn create ueno-app native my-new-app co.ueno.mynewapp

Running automated tests

iOS

yarn build:e2e:ios
yarn test:e2e:ios

Note: To see the testing in-action, open the iPhone X Simulator manually before running the tests.

Android

yarn build:e2e:android
yarn test:e2e:android

Note: You will need to create Emulator with the name Pixel_2_API_28 in Android Studio.

Documentation

The documentation is available here on GitHub Pages.

We also recommend the following reading material:

Upgrading

No plans have been made so far to upgrade. We only support merging from upstream for now.

Contributing

If you are interested in helping out, feel free to submit issues, pull-requests or even contact us. We are open to all kind of contributions.

License

This project is MIT licensed

Comments
  • Update react-native-ui-lib to the latest version πŸš€

    Update react-native-ui-lib to the latest version πŸš€

    Version 3.3.85 of react-native-ui-lib was just published.

    Dependency react-native-ui-lib
    Current Version 3.3.84
    Type dependency

    The version 3.3.85 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of react-native-ui-lib.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Commits

    The new version differs by 2 commits ahead by 2, behind by 1.

    • ddd0087 v3.3.85 [ci skip]
    • eda1046 Adding deprecation rule to uilib-eslint-plugin (#163)

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    opened by greenkeeper[bot] 48
  • Update react-native-ui-lib to the latest version πŸš€

    Update react-native-ui-lib to the latest version πŸš€

    ☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

    Version 3.3.51 of react-native-ui-lib was just published.

    Dependency react-native-ui-lib
    Current Version 3.3.50
    Type dependency

    The version 3.3.51 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of react-native-ui-lib.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Commits

    The new version differs by 5 commits.

    • 85a12ff update version
    • bcdc172 create dialog component
    • e2cd6e1 fix exportation of border radius
    • 8f94eb4 add overlay background click support to Modal component
    • 0bbd651 unify border radius files and fix how we extract border radius modifiers

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    opened by greenkeeper[bot] 31
  • Update react-native-navigation to the latest version πŸš€

    Update react-native-navigation to the latest version πŸš€

    ☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

    Version 1.1.408 of react-native-navigation was just published.

    Dependency react-native-navigation
    Current Version 1.1.407
    Type dependency

    The version 1.1.408 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of react-native-navigation.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Commits

    The new version differs by 2 commits ahead by 2, behind by 1.

    • 21cf960 v1.1.408 [ci skip]
    • 50acd74 Added missing curly bracket (#2859)

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    opened by greenkeeper[bot] 25
  • Update react-native-navigation to the latest version πŸš€

    Update react-native-navigation to the latest version πŸš€

    ☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

    Version 1.1.441 of react-native-navigation was just published.

    Dependency react-native-navigation
    Current Version 1.1.435
    Type dependency

    The version 1.1.441 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of react-native-navigation.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Commits

    The new version differs by 11 commits ahead by 11, behind by 1.

    • aff9453 v1.1.441 [ci skip]
    • 22f743b Fix when a title image has nil or NSNull (#3033)
    • 74a8c6b remove unused param from function (#3039)
    • 350f89d Update AppDelegate.m (#3026)
    • 32fbc88 Reference to function confusing and unnecessary (#2959)
    • 033cb61 Make tabBarHideShadow to be configurable on Android (#2990)
    • f075b1a empty commit
    • 243a7bb fixes black navigationBar on transitioning to screen with transparent navigationBar
    • 8cbb947 Check if sharedBridge is valid instead of only checking for not null (#2584)
    • e7913d0 tapBackgroundToDismiss property on screen API (#3012)
    • 085b3c9 Fixing NPE found on issue #2695 (#2976)

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    opened by greenkeeper[bot] 19
  • Update react-native-ui-lib to the latest version πŸš€

    Update react-native-ui-lib to the latest version πŸš€

    ☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

    Version 3.3.33 of react-native-ui-lib was just published.

    Dependency react-native-ui-lib
    Current Version 3.3.32
    Type dependency

    The version 3.3.33 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of react-native-ui-lib.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Commits

    The new version differs by 3 commits.

    • 95f58c9 expose isIphoneX constant, also fix some docs
    • 3b2201a don't auto correct search field in the main screen (of demo app)
    • f643782 Woa 9306 (#111)

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    opened by greenkeeper[bot] 12
  • Update @types/react-native to the latest version πŸš€

    Update @types/react-native to the latest version πŸš€

    Version 0.55.15 of @types/react-native was just published.

    Dependency @types/react-native
    Current Version 0.55.14
    Type devDependency

    The version 0.55.15 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of @types/react-native.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    opened by greenkeeper[bot] 11
  • Update react-native-navigation to the latest version πŸš€

    Update react-native-navigation to the latest version πŸš€

    Version 1.1.463 of react-native-navigation was just published.

    Dependency react-native-navigation
    Current Version 1.1.462
    Type dependency

    The version 1.1.463 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of react-native-navigation.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Commits

    The new version differs by 2 commits ahead by 2, behind by 1.

    • e7ef0ec v1.1.463 [ci skip]
    • 04e5217 Fix syntax error: "screen" is read-only (#3237)

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    opened by greenkeeper[bot] 10
  • Update @types/react-native to the latest version πŸš€

    Update @types/react-native to the latest version πŸš€

    ☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

    Version 0.55.2 of @types/react-native was just published.

    Dependency @types/react-native
    Current Version 0.55.1
    Type devDependency

    The version 0.55.2 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of @types/react-native.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    opened by greenkeeper[bot] 10
  • Update react-native-navigation to the latest version πŸš€

    Update react-native-navigation to the latest version πŸš€

    ☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

    Version 1.1.398 of react-native-navigation was just published.

    Dependency react-native-navigation
    Current Version 1.1.386
    Type dependency

    The version 1.1.398 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of react-native-navigation.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    Commits

    The new version differs by 12 commits ahead by 12, behind by 1.

    • cfc1ef8 v1.1.398 [ci skip]
    • 1a89256 Fix issues with starting app with deep stack
    • 0294405 fixed custom top bar alignment
    • d240378 fix travis publish
    • 991c239 debug travis deploy
    • 459d469 try rebuild in ci
    • 2c0ec10 Closes #2777
    • 93de04e Re: Now allowing the custom nav bar to take up the whole space on iOS (#2620)
    • 9534fe9 Fix flickering modal on Android
    • d9f533d Apply title in resetTo (#2787)
    • 7e0eda4 Save props in singleScreenApp
    • b3aa8d2 fixes large titles (#2775)

    See the full diff

    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    opened by greenkeeper[bot] 9
  • Update @types/react to the latest version πŸš€

    Update @types/react to the latest version πŸš€

    Version 16.3.15 of @types/react was just published.

    Dependency @types/react
    Current Version 16.3.14
    Type devDependency

    The version 16.3.15 is not covered by your current version range.

    If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

    It might be worth looking into these changes and trying to get this project onto the latest version of @types/react.

    If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


    FAQ and help

    There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


    Your Greenkeeper bot :palm_tree:

    opened by greenkeeper[bot] 8
  • '-f was unexpected at this time' on prepare script (yarn postinstall)

    '-f was unexpected at this time' on prepare script (yarn postinstall)

    Describe the bug When installing react-native-starter as described below on Windows 10, the following error is outputted:

    Error: Command failed: npm run prepare
    -f was unexpected at this time.
    npm ERR! errno 1
    npm ERR! react-native-starter[email protected] prepare: `patch-package && if [ -f ./scripts/postinstall.sh ]; then sh ./scripts/postinstall.sh; fi`
    

    To Reproduce Steps to reproduce the behavior:

    1. From fresh: clone, cd to app
    2. yarn

    Expected behavior App's dependencies install as expected with no errors

    Debug log

    Ξ» yarn
    yarn install v1.9.4
    [1/4] Resolving packages...
    [2/4] Fetching packages...
    info [email protected]: The platform "win32" is incompatible with this module.
    info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
    [3/4] Linking dependencies...
    warning " > @react-native-community/[email protected]" has incorrect peer dependency "[email protected]^0.57.0".
    warning " > [email protected]" has incorrect peer dependency "[email protected]^2.2.0 || ^3.0.0".
    warning " > [email protected]" has incorrect peer dependency "[email protected]".
    warning "react-native > @react-native-community/[email protected]" has incorrect peer dependency "[email protected]^0.57.0".
    warning "react-native > metro-react-native-babel-transformer > babel-preset-fbjs > @babel/[email protected]" has incorrect peer dependency "@babel/[email protected]".
    [4/4] Building fresh packages...
    [6/9] ⠈ electron
    [7/9] ⠈ node-sass
    [-/9] ⠈ waiting...
    [4/9] ⠈ dtrace-provider
    error X:\path\to\app\node_modules\postinstall-prepare: Command failed.
    Exit code: 1
    Command: node ./run.js
    Arguments:
    Directory: X:\path\to\app\node_modules\postinstall-prepare
    Output:
    -f was unexpected at this time.
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! [email protected] prepare: `patch-package && if [ -f ./scripts/postinstall.sh ]; then sh ./scripts/postinstall.sh; fi`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the [email protected] prepare script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     Z:\path\to\user\AppData\Roaming\npm-cache\_logs\2019-06-14T23_20_20_987Z-debug.log
    child_process.js:645
        throw err;
        ^
    
    Error: Command failed: npm run prepare
    -f was unexpected at this time.
    npm ERR! code ELIFECYCLE
    npm ERR! errno 1
    npm ERR! [email protected] prepare: `patch-package && if [ -f ./scripts/postinstall.sh ]; then sh ./scripts/postinstall.sh; fi`
    npm ERR! Exit status 1
    npm ERR!
    npm ERR! Failed at the [email protected] prepare script.
    npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     Z:\path\to\user\AppData\Roaming\npm-cache\_logs\2019-06-14T23_20_20_987Z-debug.log
    
        at checkExecSyncError (child_process.js:602:13)
        at execSync (child_process.js:642:13)
        at Object.<anonymous> (X:\path\to\app\node_modules\postinstall-prepare\run.js:14:5)
        at Module._compile (module.js:653:30)
        at Object.Module._extensions..js (module.js:664:10)
        at Module.load (module.js:566:32)
        at tryModuleLoad (module.js:506:12)
    

    Environment

    This is a fresh install so versions don't really matter

    • React Native Starter version: 2.1.0
    • Platforms
      • [x] Windows 10 latest

    Additional context

    Ξ» react-native info
    info
      React Native Environment Info:
        System:
          OS: Windows 10
          CPU: x64 AMD Ryzen 5 1600 Six-Core Processor
          Memory: 5.34 GB / 15.95 GB
        Binaries:
          Yarn: 1.9.4 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
          npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD
    
    Ξ» react-native -v
    react-native-cli: 2.0.1
    react-native: 0.59.0-rc.3
    
    opened by dylmye 7
  • ANDROID_CODEPUSH_DEPLOYMENT_KEY not found error on run android

    ANDROID_CODEPUSH_DEPLOYMENT_KEY not found error on run android

    Describe the bug

    Attempting to npm run android gives the following error message (extra newlines added for readability)

    FAILURE: Build failed with an exception.
    
    * What went wrong:
    Execution failed for task ':app:processDebugResources'.
    > A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
       > Android resource linking failed
         /Users/xyz/projects/typescript-react-native-starter/android/app/src/main/res/values/strings.xml: 
    AAPT: error: resource string/ANDROID_CODEPUSH_DEPLOYMENT_KEY (aka com.xyz.typescriptreactnativestarter:string/ANDROID_CODEPUSH_DEPLOYMENT_KEY) 
    not found.
    

    To Reproduce Steps to reproduce the behavior:

    1. Clone repo
    2. Install dependencies
    3. Commented out all firebase references in gradle files (not sure if relevant, I did this to get passed the missing google-services.json error)
    4. npm run android

    Expected behavior Should see emulator and app without error.

    Notes I haven't set any of the environment variables in .env.public. The instructions didn't mention them (are they required?) and I wouldn't know what values to set them to anyways. I'm not familiar with AppCenter or CodePush.

    Environment

    • React Native Starter version: 3.0.0-alpha.0
    • React Native version: 0.62.0
    • Platforms
      • [ ] iOS
      • [X] Android
    • Device Info
      • [ ] Physical Device in Debug
      • [ ] Physical Device in Release
      • [X] Simulator in Debug
      • [ ] Simulator in Release

    Additional context

    Run react-native info in your terminal and paste its contents here.

    System: OS: macOS 10.15.4 CPU: (16) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz Memory: 146.02 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.17.0 - ~/.nvm/versions/node/v12.17.0/bin/node Yarn: Not Found npm: 6.14.4 - ~/.nvm/versions/node/v12.17.0/bin/npm Watchman: Not Found Managers: CocoaPods: Not Found SDKs: iOS SDK: Not Found Android SDK: API Levels: 26, 28, 29 Build Tools: 28.0.3, 29.0.3 System Images: android-26 | Google Play Intel x86 Atom, android-29 | Google APIs Intel x86 Atom, android-29 | Google Play Intel x86 Atom, android-29 | Google Play Intel x86 Atom_64 Android NDK: Not Found IDEs: Android Studio: 3.6 AI-192.7142.36.36.6392135 Xcode: /undefined - /usr/bin/xcodebuild Languages: Java: 1.8.0_252 - /usr/bin/javac Python: 2.7.16 - /usr/bin/python npmPackages: @react-native-community/cli: Not Found react: 16.13.1 => 16.13.1 react-native: 0.62.0 => 0.62.0 npmGlobalPackages: react-native: Not Found

    opened by samuelneff 0
  • Can't run on Windows 10 at Android Emulator

    Can't run on Windows 10 at Android Emulator

    Describe the bug Can't make it run using Super-Quick Start on Windows 10.

    To Reproduce Steps to reproduce the behavior:

    git clone [email protected]:ueno-llc/react-native-starter.git my-new-app
    cd my-new-app
    yarn
    yarn rename "MyNewApp" com.ueno.mynewapp
    react-native run-android
    

    Expected behavior Be able to run on emulator.

    Error

    Welcome to Gradle 5.4.1!
    
    Here are the highlights of this release:
     - Run builds with JDK12
     - New API for Incremental Tasks
     - Updates to native projects, including Swift 5 support
    
    For more details see https://docs.gradle.org/5.4.1/release-notes.html
    
    Starting a Gradle Daemon (subsequent builds will be faster)
    
    > Configure project :
    MyNewApp D:\projects\test\ueno-test\android D:\projects\test\ueno-test\android
    @react-native-community_async-storage D:\projects\test\ueno-test\node_modules\@react-native-community\async-storage\android D:\projects\test\ueno-test\android
    app D:\projects\test\ueno-test\android\app D:\projects\test\ueno-test\android
    detox D:\projects\test\ueno-test\node_modules\detox\android\detox D:\projects\test\ueno-test\android
    react-native-code-push D:\projects\test\ueno-test\node_modules\react-native-code-push\android\app D:\projects\test\ueno-test\android
    react-native-config D:\projects\test\ueno-test\node_modules\react-native-config\android D:\projects\test\ueno-test\android
    react-native-firebase D:\projects\test\ueno-test\node_modules\react-native-firebase\android D:\projects\test\ueno-test\android
    react-native-navigation D:\projects\test\ueno-test\node_modules\react-native-navigation\lib\android\app D:\projects\test\ueno-test\android
    react-native-sentry D:\projects\test\ueno-test\node_modules\react-native-sentry\android D:\projects\test\ueno-test\android
    react-native-version-number D:\projects\test\ueno-test\node_modules\react-native-version-number\android D:\projects\test\ueno-test\android
    
    > Configure project :@react-native-community_async-storage
    WARNING: The option setting 'android.enableD8.desugaring=false' is experimental and unsupported.
    The current default is 'true'.
    
    
    > Configure project :app
    WARNING: The option setting 'android.enableD8.desugaring=false' is experimental and unsupported.
    The current default is 'true'.
    
    
    Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
    Use '--warning-mode all' to show the individual deprecation warnings.
    See https://docs.gradle.org/5.4.1/userguide/command_line_interface.html#sec:command_line_warnings
    
    FAILURE: Build completed with 2 failures.
    
    1: Task failed with an exception.
    -----------
    * What went wrong:
    A problem occurred evaluating project ':app'.
    > A problem occurred starting process 'command './scripts/build-env.sh''
    
    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================
    
    2: Task failed with an exception.
    -----------
    * What went wrong:
    A problem occurred configuring project ':app'.
    > compileSdkVersion is not specified.
    
    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================
    
    * Get more help at https://help.gradle.org
    
    BUILD FAILED in 4m 3s
    
    error Failed to install the app. Make sure you have the Android development environment set up: https://facebook.github.io/react-native/docs/getting-started.html#android-development-environment. Run CLI with --verbose flag for more details.
    Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081
    
    FAILURE: Build completed with 2 failures.
    
    1: Task failed with an exception.
    -----------
    * What went wrong:
    A problem occurred evaluating project ':app'.
    > A problem occurred starting process 'command './scripts/build-env.sh''
    
    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================
    
    2: Task failed with an exception.
    -----------
    * What went wrong:
    A problem occurred configuring project ':app'.
    > compileSdkVersion is not specified.
    
    * Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================
    
    * Get more help at https://help.gradle.org
    
    BUILD FAILED in 4m 3s
    
        at checkExecSyncError (child_process.js:629:11)
        at execFileSync (child_process.js:647:13)
        at runOnAllDevices (D:\projects\test\ueno-test\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\runOnAllDevices.js:74:39)
        at buildAndRun (D:\projects\test\ueno-test\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\index.js:158:41)
        at then.result (D:\projects\test\ueno-test\node_modules\@react-native-community\cli-platform-android\build\commands\runAndroid\index.js:125:12)
        at process._tickCallback (internal/process/next_tick.js:68:7)
    

    Environment

    • React Native Starter version: v3.0.0
    • React Native version: 0.61.0-rc.0 (2.0.1 cli)
    • Platforms
      • [ ] iOS
      • [X] Android
    • Device Info
      • [ ] Physical Device in Debug
      • [ ] Physical Device in Release
      • [X] Simulator in Debug
      • [ ] Simulator in Release

    Additional context

    
    warn The following packages use deprecated "rnpm" config that will stop working from next release:
      - react-native-code-push: https://microsoft.github.io/code-push
      - react-native-sentry: https://github.com/getsentry/react-native-sentry
    Please notify their maintainers about it. You can find more details at https://github.com/react-native-community/cli/blob/master/docs/configuration.md#migration-guide.
    info Fetching system and libraries information...
    System:
        OS: Windows 10
        CPU: (8) x64 Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
        Memory: 9.89 GB / 31.90 GB
      Binaries:
        Node: 10.16.3 - C:\Program Files\nodejs\node.EXE
        Yarn: 1.17.3 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
        npm: 6.11.3 - C:\Program Files\nodejs\npm.CMD
      IDEs:
        Android Studio: Version  3.5.0.0 AI-191.8026.42.35.5791312
    
    opened by marceloavf 1
Releases(v3.0.0)
  • v3.0.0(Aug 29, 2019)

    React Native 0.61 with Fast Reload

    • devDependencies now have caret versioning
    • Replace bundle root from index.js to src/index.ts.
    • macOS checks in postinstall scripts
    • Hermes support (disabled for now because of mobx 5 Proxy requirement)
    • styled-components
    • removed css files support
    • VSCode autosave config
    • Auto linking for iOS (Podfile) and Android (gradle)
    • Gradle 5.xx
    • RNN 3 (react-native-navigation)

    Added

    • styled-components
    • polished

    Changed

    • @react-native-community/async-storage to 1.6.1
    • jsc-android to 241213.1.0
    • lodash to 4.17.15
    • mobx to 5.13.0
    • mobx-devtools-mst to 0.9.21
    • mobx-react to 6.1.3
    • mobx-state-tree to 3.14.1
    • react to 16.9.0
    • react-native to 0.61.0-rc.0
    • react-native-code-push to 5.6.1
    • react-native-config to 0.11.7
    • react-native-firebase to 5.5.6
    • react-native-navigation to 3.0.0
    • react-native-sentry to 0.43.2

    Removed

    • react-native-ueno-css-modules
    • node-sass
    Source code(tar.gz)
    Source code(zip)
  • v2.2.0(Mar 8, 2019)

    • Hooks support
    • Removed root resolver to embrace TypeScript
    • Build env on Android
    • Prettier for the community
    • No require()'s

    Added

    • @react-native-community/async-storage
    • prettier

    Changed

    • Bump jsc-android to 241213.0.0
    • Bump mobx to 5.9.0
    • Bump mobx-state-tree to 3.10.2
    • Bump react to 16.8.3
    • Bump react-native to 0.59.0-rc.3
    • Bump react-native-code-push to 5.5.2
    • Bump react-native-firebase to 5.2.3
    • Bump react-native-navigation to 2.13.1
    • Bump react-native-sentry to 0.42.0
    • Bump react-native-ueno-modules to 1.1.0
    • Bumped all @types to latest
    • Bump detox to 10.0.12
    • Bump jest and babel-jest to 24.3.1

    Removed

    • date-fns
    • core-decorators
    • tslib
    • schedule
    • babel-plugin-module-resolver
    • @firebase/app-types
    Source code(tar.gz)
    Source code(zip)
  • v2.1.0(Jan 14, 2019)

    January release

    First release of the year with lot of changes.

    Added

    • Add default support for SCSS
    • Add stylelint for SCSS
    • Script to create podspec file for library without it yarn podspec
    • Add @ueno/tslint-config to the repository

    Android sepcific

    • Add google() as default provider

    Changed

    • Bump react-native to 0.57.8
    • Bump react to 16.7.0
    • Bump react-native-firebase to 5.2.0
    • Bump react-native-navigation to 2.5.2
    • More documented documentation
    • Fix appcenter-pre-build script
    • No more default export

    Android specific

    • Bump android-jsc to r236355
    • Bump to com.google.android.gms:play-services-base:16.0.1
    • Bump to com.google.gms:google-services:4.0.1

    Removed

    • Some unused packages
    Source code(tar.gz)
    Source code(zip)
  • v2.0.0r(Sep 19, 2018)

    October release

    This release includes public release of React Native 0.57.0

    • Include Sentry error tracking in the source code by default
    • Included CodePush
    • Better cleanup after rename
    • Use built-in typescript transpiler in babel
    • CSS themes

    Updated dependencies

    • react: 16.4.2 β†’ 16.5.0
    • react-native: 0.57.0-rc.3 β†’ 0.57.0
    • mobx-react: 5.2.5 β†’ 5.2.8
    • mobx-state-tree: 3.2.3 β†’ 3.3.0

    Updated devDependencies

    • @babel/core: 7.0.0-rc.3 β†’ 7.0.1
    • @babel/plugin-proposal-decorators: 7.0.0-rc.3 β†’ 7.0.0
    • @types/jest: 23.3.1 β†’ 23.3.2
    • @types/react: 16.4.12 β†’ 16.4.14
    • @types/react-native: 0.56.14 β†’ 0.56.18
    • babel-jest: 23.4.2 β†’ 23.6.0
    • detox: 8.2.3 β†’ 9.0.1
    • enzyme: 3.6.0 β†’ 3.5.0
    • enzyme-adapter-react-16: 1.3.0 β†’ 1.5.0
    • jest: 23.5.0 β†’ 23.6.0
    • react-dom: 16.4.2 β†’ 16.5.0
    • react-test-renderer: 16.4.2 β†’ 16.5.0
    • tslint-config-airbnb: 5.10.0 β†’ 5.11.0
    • typescript: 3.0.1 β†’ 3.0.3

    Removed devDependencies

    • babel-preset-react-native
    Source code(tar.gz)
    Source code(zip)
  • v2.0.0-beta.1(Aug 27, 2018)

    August release

    This release is mostly about bringing the recently released react native 0.57 to the development target of react-native-starter.

    The most noticeable changes

    • Upgraded to React Native 57
    • Use a single entrypoint index.js
    • Renamed .env_example to .env.public for better naming purpose
    • Removed some fastlane files
    • Upload debug symbols to Sentry fastlane script
    • Now using the new metro.config.js file
    • build:env and pod install now runs on postinstall
    • Rename script cleans up markdown files and docs
    • Button accepts additional styles
    • Refactored demo application and added counter screen

    Dependency updates

    • jsc-android: 224109.0.0 β†’ 224109.1.0
    • mobx: 5.0.3 β†’ 5.1.0
    • mobx-react: 5.2.3 β†’ 5.2.5
    • mobx-state-tree: 3.0.2 β†’ 3.2.3
    • react: 16.4.1 β†’ 16.4.2
    • react-native: 0.56.0 β†’ 0.57.0-rc.3
    • react-native-code-push: 5.4.0 β†’ 5.4.2
    • react-native-fast-image: 4.0.14 β†’ 5.0.3
    • react-native-navigation: 2.0.2431 β†’ 2.0.2501
    • react-native-sentry: 0.38.3 β†’ 0.39.0
    • typescript: 2.9.2 β†’ 3.0.1
    Source code(tar.gz)
    Source code(zip)
  • v2.0.0-beta.0(Jul 26, 2018)

    July release

    Hey fellow developer friends!

    There was no June release because we were hard at work trying to integrate React Native 56 and React Native Navigation v2 into react-native-starter.

    The most noticable changes

    • Upgraded to React Native 56
    • RNN is now at v2, so how you create screens and configure them have changed.
    • The codebase is in now 100% TypeScript. Normal JavaScript will still be supported, but we removed eslint, so you'll have to add that back in.
    • We added CSS modules. Yes, you heard right, we will now be using CSS files to style our components, supported preprocessing languages include SASS, LESS and Stylus.
    • Removed react-native-ui-lib
    • Gradle build tools version is now 3.1.2
    • Android is now shipped with JavaScriptCore instead of react native's default engine (its faster and supports Proxy).

    Dependencies

    Added

    • jsc-android: 224109.0.0
    • mobx-state-tree: 3.0.2
    • react-native-version-number: 0.3.4
    • react-native-fast-image: 4.0.14

    Updated

    • mobx: 4.2.1 β†’ 5.0.3
    • mobx-react: 5.1.2 β†’ 5.2.3
    • react: 16.3.2 β†’ 16.4.1
    • react-native: 0.55.4 β†’ 0.56.0
    • react-native-code-push: 5.3.3 β†’ 5.4.0
    • react-native-firebase: 4.2.1 β†’ 4.3.8
    • react-native-navigation: 1.x.x β†’ 2.0.2431
    • react-native-sentry: 0.37.0 β†’ 0.38.3

    Removed

    • react-native-blur
    • react-native-interactable
    • react-native-ui-lib
    • mobx-persist
    • prop-types

    devDependencies

    Added

    • stylus: 0.54.5
    • tslint-react: 3.6.0
    • tslint-config-airbnb: 5.9.2
    • react-native-ueno-css-modules: 1.0.8
    • mobx-devtools: 0.9.18
    • mobx-devtools-mst: 0.9.18
    • @babel/core: 7.0.0-beta.54
    • @firebase/app-types: 0.3.2
    • @types/core-decorators: ^0.20.0
    • @types/date-fns: ^2.6.0
    • @types/enzyme: 3.1.12
    • @types/enzyme-adapter-react-16: ^1.0.2
    • @types/html-entities: 1.2.16
    • @types/lodash: 4.14.112
    • @types/mobx-devtools-mst: 0.9.0
    • @types/react-native-navigation: 1.1.12
    • @types/react-test-renderer: 16.0.1

    Updated

    • @types/jest: 22.2.3 β†’ 23.3.0
    • @types/react: 16.3.14 β†’ 16.4.6
    • @types/react-native: 0.55.14 β†’ 0.56.3
    • babel-core: 6.26.3 β†’ ^7.0.0-0
    • babel-jest: 23.0.0-alpha.0 β†’ 23.4.0
    • babel-preset-react-native: 4.0.0 β†’ 5.0.2
    • detox: 7.3.7 β†’ 8.0.0
    • jest: 22.4.3 β†’ 23.4.1
    • lint-staged: 7.1.1 β†’ 7.2.0
    • react-dom: 16.3.2 β†’ 16.4.1
    • react-native-typescript-transformer: 1.2.5 β†’ 1.2.10
    • react-test-renderer: 16.3.2 β†’ 16.4.1
    • ts-jest: 22.4.6 β†’ 23.0.1
    • tslib: 1.9.1 β†’ 1.9.3
    • tslint: 5.10.0 β†’ 5.11.0
    • typescript: 2.8.3 β†’ 2.9.2

    Removed

    • @types/prop-types
    • mocha
    • babel-eslint
    • babel-preset-react-native-stage-0
    • eslint
    • eslint-config-airbnb
    • eslint-import-resolver-babel-module
    • eslint-plugin-detox
    • eslint-plugin-import
    • eslint-plugin-jest
    • eslint-plugin-jsx-a11y
    • eslint-plugin-react
    • eslint-plugin-react-native
    Source code(tar.gz)
    Source code(zip)
  • v1.0.5(May 18, 2018)

    May release

    Just another monthly release. It includes minor bug fixes or feature improvements along with dependency updates.

    Bug fixes and feature improvements

    • Removed patch for Fabric in Podspec for react-native on iOS.
    • Updated CI CocoaPods version to 1.5
    • FirebaseCore now at 5.0.0

    Updated dependencies

    • lodash: 4.17.5 β†’ 4.17.10
    • mobx: 4.1.1 β†’ 4.2.1
    • mobx-react: 5.0.0 β†’ 5.1.2
    • react: 16.3.1 β†’ 16.3.2
    • react-native: 0.55.2 β†’ 0.55.4
    • react-native-code-push: 5.3.2 β†’ 5.3.3
    • react-native-firebase: 4.0.1 β†’ 4.2.0
    • react-native-navigation: 1.1.435 β†’ 1.1.462
    • react-native-sentry: 0.35.3 β†’ 0.37.0
    • react-native-ui-lib: 3.3.50 β†’ 3.3.84

    Updated devDependencies

    • tslib: 1.9.0 β†’ 1.9.1
    • @types/react: 16.3.9 β†’ 16.3.14
    • @types/react-native: 0.55.1 β†’ 0.55.14
    • babel-core: 6.26.0 β†’ 6.26.3
    • babel-eslint: 8.2.2 β†’ 8.2.3
    • detox: 7.3.3 β†’ 7.3.7
    • eslint-plugin-import: 2.11.0 β†’ 2.12.0
    • eslint-plugin-jest: 21.15.0 β†’ 21.15.1
    • eslint-plugin-react: 7.7.0 β†’ 7.8.2
    • jest: 22.4.2 β†’ 22.4.3
    • lint-staged: 7.0.4 β†’ 7.1.0
    • mocha: 5.0.5 β†’ 5.1.1
    • react-dom: 16.3.1 β†’ 16.3.2
    • react-native-typescript-transformer: 1.2.4 β†’ 1.2.5
    • react-test-renderer: 16.3.1 β†’ 16.3.2
    • ts-jest: 22.4.2 β†’ 22.4.6
    • tslint: 5.9.1 β†’ 5.10.0
    • typescript: 2.7.2 β†’ 2.8.3"
    Source code(tar.gz)
    Source code(zip)
  • v1.0.4(Apr 12, 2018)

    Bug fixes and feature improvements

    • Fixed travis accept missing android license
    • Update yellowBox ignores to match RN version
    • Rename script available from yarn
    • Rename: Warn if node_modules don't exist
    • Rename: Remove spaces in App Name. They don't work.
    • Rename: Switch back to previous branch after rename
    • Rename: Reset version in iOS, Android and package.json
    • Rename: Run Cocoa pods after rename

    Updated dependencies

    • react-native: 0.55.1 β†’ 0.55.2
    • react-native-firebase: 4.0.0 β†’ 4.0.1
    • react-native-navigation: 1.1.434 β†’ 1.1.435
    • react-native-ui-lib: 3.3.45 β†’ 3.3.50

    Updated devDependencies

    • @types/jest: 22.2.2 β†’ 22.2.3
    • @types/react: 16.3.5 β†’ 16.3.9
    • @types/react-native: 0.52.24 β†’ 0.55.1
    • eslint-plugin-import: 2.10.0 β†’ 2.11.0
    Source code(tar.gz)
    Source code(zip)
  • v1.0.3(Apr 6, 2018)

    April Release

    • Added Share Intent for Android
    • Added CFBundleURLTypes for iOS
    • Added patch for react-native 0.55.1: React/Fabric podspec
    • Removed firebase multidex patch

    Updated dependencies

    • mobx: 3.5.1β†’ 4.1.1
    • mobx-react: 4.4.2 β†’ 5.0.0
    • prop-types: 15.6.0 β†’ 15.6.1
    • react: 16.2.0 β†’ 16.3.1
    • react-native: 0.53.3 β†’ 0.55.1
    • react-native-code-push: 5.2.1 β†’ 5.3.2
    • react-native-firebase: 3.2.6 β†’ 4.0.0
    • react-native-navigation: 1.1.386 β†’ 1.1.434
    • react-native-sentry: 0.34.0 β†’ 0.35.3
    • react-native-ui-lib: 3.2.21 β†’ 3.3.45

    Updated devDependencies

    • @types/jest: 22.1.3 β†’ 22.2.2
    • @types/react: 16.0.38 β†’ 16.3.5
    • @types/react-native: 0.52.13 β†’ 0.52.24
    • babel-jest: 22.4.1 β†’ 23.0.0-alpha.0
    • babel-plugin-module-resolver: 3.1.0 β†’ 3.1.1
    • detox: 7.1.0 β†’ 7.3.3
    • eslint: 4.18.1 β†’ 4.19.1
    • eslint-plugin-import: 2.9.0 β†’ 2.10.0
    • eslint-plugin-jest: 21.12.2 β†’ 21.15.0
    • lint-staged: 7.0.0 β†’ 7.0.4
    • mocha: 5.0.1 β†’ 5.0.5
    • react-dom: 16.2.0 β†’ 16.3.1
    • react-native-typescript-transformer: 1.2.3 β†’ 1.2.4
    • react-test-renderer: 16.2.0 β†’ 16.3.1
    • ts-jest: 22.0.4 β†’ 22.4.2
    Source code(tar.gz)
    Source code(zip)
  • v1.0.2(Feb 25, 2018)

    Big release

    • TypeScript Support
    • Fix travis builds for pull requests
    • Fix symroot bug in build-env
    • Refactored fastlane functions
    • Ignore set of default YellowBox warnings

    iOS

    • Better TestFlight detection
    • iOS Simulator detection
    • Fix Code Push key in Info.plist

    Updated dependencies

    • react-native: 0.53.0 β†’ 0.53.3
    • react-native-firebase: 3.2.4 β†’ 3.2.6
    • react-native-navigation: 1.1.374 β†’ 1.1.386
    • react-native-sentry: 0.33.0 β†’ 0.34.0
    • react-native-ui-lib: 3.2.14 β†’ 3.2.21

    Updated devDependencies

    • mobx-react: 4.4.1 β†’ 4.4.2
    • babel-eslint: 8.2.1 β†’ 8.2.2
    • babel-jest: 22.2.0 β†’ 22.4.1
    • babel-plugin-module-resolver: 3.0.0 β†’ 3.1.0
    • detox: 7.0.1 β†’ 7.1.0
    • eslint: 4.17.0 β†’ 4.18.1
    • eslint-plugin-import: 2.8.0 β†’ 2.9.0
    • eslint-plugin-jest: 21.7.0 β†’ 21.12.2
    • eslint-plugin-react: 7.6.1 β†’ 7.7.0
    • jest: 22.2.1 β†’ 22.4.2
    • lint-staged: 6.1.0 β†’ 7.0.0
    • mocha: 5.0.0 β†’ 5.0.1
    • patch-package: 5.0.0 β†’ 5.1.1
    Source code(tar.gz)
    Source code(zip)
  • v1.0.0(Dec 24, 2017)

Owner
Ueno: A full-service agency
Ueno is a design, development and marketing agency with offices in San Francisco, Los Angeles, New York and Iceland.
Ueno: A full-service agency
Pepperoni - React Native App Starter Kit for Android and iOS

Futurice React Native Starter Kit ⚠️ Deprecation Warning Dear community, as time moved on so did React Native and we've not been able to provide conti

Futurice 4.6k Jan 4, 2023
A react-native starter kit using RN0.63, Flipper support, LogBox, AndroidX, Hooks workflow, easy-peasy, code-push, Themes support and much more

cd A GOOD, up to date and easy to use starter and learning tool for beginners to intermediate. (IOS and Android ready) NEW React-Native updated to 0.6

HARISH JANGRA 254 Oct 29, 2022
React Native Starter Kit with Firebase Auth and Facebook Login

React Native Starter Kit ?? Bootstrap your app development by using this awesome react native starter kit, integrated with Firebase Auth and Facebook

Instamobile 393 Jan 2, 2023
A React Native template for building solid applications, using JavaScript or Typescript (you choose).

TheCodingMachine React Native boilerplate This project is a React Native boilerplate that can be used to kickstart a mobile application. The boilerpla

TheCodingMachine 3.4k Jan 4, 2023
Configuration to build React Native apps with ES6 using webpack and Babel

React Native in ES6 with webpack and Babel DEPRECATED! It's possible to write React Native apps in ES6+ using babel-loader and webpack. Check better a

Roman Liutikov 236 Feb 14, 2022
πŸš€πŸš€πŸš€Build universal cross-platform apps with React Native. Includes latest iOS, tvOS, Android, Android TV, Android Wear, Web, Tizen TV, Tizen Watch, Tizen Mobile, LG webOS, macOS/OSX, Windows, KaiOS, FirefoxOS Firefox TV platforms

build universal cross-platform apps with react native Introduction Video Quick Start β€’ Features β€’ Templates β€’ Plugins β€’ Integrations β€’ JSON Configurat

Pavel Jacko 1.6k Jan 7, 2023
Barton Hammond 4.6k Jan 2, 2023
React Native Starter App with NativeBase + CodePush + Redux

Discontinued in favour of ReactNativeSeed.com Native Starter Kit v6.1.0 A Starter Kit for React Native + NativeBase + React Navigation + Redux + CodeP

null 1.6k Dec 9, 2022
πŸš€A powerful react native starter template that bootstraps development of your mobile application

React Native Starter ?? View Demo | Download | More templates | Support forum You're viewing the new and updated version of React Native Starter, prev

Flatlogic 2k Jan 5, 2023
Just a starter code to use redux and react-native with Login

React Native Redux Starter Code Login using Redux, Redux Saga and Redux Storage Good practice to create a Login using Redux, Redux Saga and Redux Stor

Sibelius' Projects 177 Oct 30, 2022
react-native-hot-redux-starter β˜…135

React Native Hot Redux Starter (deprecated) Hot reloading is now built into React Native, so use that instead of this. This is a starter kit for build

Adam Pash 137 Feb 14, 2022
✨ A React Native Starter with 10+ commonly used libraries ✨

React Native Starter ✨ A React Native Starter with 10+ commonly used libraries ✨ Overview Anyone who had to setup a React Native project from scratch

Adegboye Josiah 29 Dec 26, 2022
React native starter using typescript and redux-saga.

?? React Native Boilerplate - May 2021 React Native Boilerplate is a starting point for React Native application. This project is configured with redu

Vilmar CabaΓ±ero 2 Feb 3, 2022
Simple ReactNative starter with an opinionated folder structure for mobile development.

Simple React Native Starter Simple ReactNative starter with an opinionated folder structure for mobile development. Getting Started Ensure you've foll

Patrick Ofilada 73 Sep 6, 2022
Demo app for React Native Elements (w/ React Native Web)

React Native Elements App Mobile App This is the Demo app for React Native Elements built with Expo. The purpose of this app is to demonstrate the usa

React Native Elements 1.3k Jan 6, 2023
Rhinos-app is a react-native app which uses react-native-web to achieve cross-platform design.

Rhinos-app Rhinos-app is a react-native app which uses react-native-web to achieve cross-platform design. Live Demo: web version ?? FEATURES: ?? ?? Ru

null 82 Feb 14, 2022
React Native + React-Redux + Native Base + Code Push

React-Native-Starter-Pack React Native + React-Redux + Native Base + Code Push ##Setting Up Project npm i -g rninit rninit init <new-app-name> --sourc

Simar 40 Feb 14, 2022
React Native Boilerplate - Redux + Saga + Reselect + redux-persist + react-navigation + TypeScript

React Native Boilerplate with Typescript Overview This React Native template for building solid applications through SOC(separation of concerns) betwe

Mengheang Rat 14 Oct 5, 2022
Infinite Red's cutting edge React Native project boilerplate, along with a CLI, component/model generators, and more!

Ignite - the hottest React Native boilerplate Battle-tested React Native boilerplate The culmination of five years of constant React Native developmen

Infinite Red, Inc. 14.7k Jan 5, 2023