react_native_util gem

Gem Downloads License CircleCI

Work in progress

Community utility CLI for React Native projects.

Installation

[sudo] gem install react_native_util
react_native_util -h
rn -h

Gemfile

gem 'react_native_util'

Try it out

First set up a test app:

react-native init TestApp
cd TestApp
yarn add react-native-webview
react-native link react-native-webview
git init .
git add .
git commit -m'Before conversion'

Now do the conversion:

rn react_pod
git status