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.
(This assumes you're using macOS.)
Step 1: git clone this repo:
git clone [email protected]: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
TODO (Expo instructions?)
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
.
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:
-
Install the latest version of Homebrew
-
Make sure you have Node installed (at least 8.6.0).
-
Install
applesimutils
, which will allow Detox to communicate with the iOS simulator:
brew tap wix/brew && brew install applesimutils
- Install the Detox CLI
yarn global add detox-cli
TODO
yarn test
For more information, make sure to check out the official Detox Docs
Thanks to the Infinite Red team that built ChainReactApp2019 for the building blocks for this app!
This app is not yet set up under a permissive license, but will be eventually.