Releases: codypearce/react-native-infinity
v0.0.13
v0.0.12
Fixes
- Added error capture for passing in invalid or unsupported UI library
- Update .npmignore to include missing webpack files
Docs
- Rewrite readme
- Add gifs to readme
- Redesign docs reactnativeinfinity.com
- Add space-mode and dark-mode to docs
v0.0.11
Fixes
- Fix platform interactive erroring with full platform name
v0.0.10
Fixes
- Pass in natural language platform for add-platform functionality
- Fix add-platform functionality for windows
v0.0.9
Fixes
- Fixes list command having too long platforms
- Fixes passing in no uilibrary
- Fixes windows folder not containing any
v0.0.8
Fixes
Fixed issue with ios and android folders not being included in npm
v0.0.6
New
Platforms
Windows and Macos are now supported as platforms and can be selected from the interactive CLI.
UI Libraries
An extra step has been added that provides basic setup for UI libraries. Material Bread and UI Kitten have been added. More will be added when web support has been tested
v0.0.5
New
add-platform
New command added for adding platforms ad-hoc, after a project is already setup. It accepts a string which indicates which platform you wish to add. It also comes with an interactive select to choose a platform to add. After choosing the CLI will check to see if it's already set up and error out if it detects that folder already exists. If that platform is not already set up it will copy over the config and merge the package.json
with core.json
and that platforms .json
Fixes
- Handle providing an application name when that folder already exists to
init
v0.0.4
##New
Interactive CI
This adds support for an interactive CLI using enquirer with the init
command. If the user only passes the init command it will start the interactive CLI by asking the name of the project and then ask what platforms they want to support. If the user passes in --starter
or a string for the name the CLI will bypass the interactive for that section.
Fixes
- Handle not passing in starters -> go to starter interactive
- Handle not passing in name -> got to init interactive
- Handle passing in starter not found -> go to starter interactive
- Handle adding only spaces for project name -> Error and try again
- Handle not selecting any platforms -> Error and try again
... More