Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 455 Bytes

Pairwise React Native Web Library Bundler

A bundled version of react-native-web ready to roll in the Pairwise Workspace. 👷📱

# Install everything
$ yarn install

# Build it up
$ yarn build

# Serve it up
# yarn serve

The build output in dist/bundle.js is copied into the Pairwise Workspace client application and served to the app for React Native challenges. Cool!

Pro Tip: Don't forget to /* eslint-disable */ the file!