infinitered / ChainReactApp2022

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The official Chain React App for #ChainReact2022

Hey there! After two years off, Chain React is (hopefully) returning in 2022.

If you're not familiar with what Chain React is, it's the only React Native focused conference in the USA, held in Portland, Oregon, in July, and hosted by Infinite Red. We get about 500 developers from 200 different companies every year, and host workshops, talks, and panels all about React Native.

This is the offical app of Chain React 2022. It's built using Expo and Ignite.

Getting Started

(This assumes you're using macOS.)

Step 1: git clone this repo:

git clone git@github.com:infinitered/ChainReactApp2022.git

Step 2: cd to the cloned repo:

cd ChainReactApp2022

Step 3: Run the setup script: ./bin/setup

./bin/setup

Step 4: Run the app:

yarn start

Deploying

TODO (Expo instructions?)

ESLint/Prettier Compliant

This project adheres to some ESLint rules and Prettier. We suggest you enable linting to keep your project compliant during development. You can lint the project by running yarn lint.

Detox End-To-End Testing

Setup

Note that Detox is only configured for macOS.

TODO: Update

To get your Detox tests up and running, you'll need to install some global dependencies:

  1. Install the latest version of Homebrew

  2. Make sure you have Node installed (at least 8.6.0).

  3. Install applesimutils, which will allow Detox to communicate with the iOS simulator:

brew tap wix/brew && brew install applesimutils
  1. Install the Detox CLI
  yarn global add detox-cli

Adding Detox tests

TODO

Running Detox tests

yarn test

For more information, make sure to check out the official Detox Docs

Acknowledgements

Thanks to the Infinite Red team that built ChainReactApp2019 for the building blocks for this app!

License

This app is not yet set up under a permissive license, but will be eventually.

About


Languages

Language:TypeScript 95.1%Language:Shell 1.8%Language:EJS 1.7%Language:JavaScript 1.5%