UNPKG

95 BPlain TextView Raw
1#!/usr/bin/env node
2
3
4'use strict';
5
6const cli = require('../react-native/cli.js');
7cli.run();