Module: ReactNativeUtil
- Defined in:
- lib/react_native_util/metadata.rb,
lib/react_native_util/cli.rb,
lib/react_native_util/util.rb,
lib/react_native_util/project.rb,
lib/react_native_util/converter.rb,
lib/react_native_util/exceptions.rb,
lib/react_native_util/rake/react_pod_task.rb
Overview
Conversion tools for React Native projects
Defined Under Namespace
Modules: Rake, Util Classes: BaseException, CLI, ConversionError, Converter, ExecutionError, Project
Constant Summary collapse
- NAME =
'react_native_util'- VERSION =
'0.5.2'- SUMMARY =
'Community utility CLI for React Native projects'- DESCRIPTION =
'Converts a project created with react-native init to use CocoaPods with the ' \ 'React pod from node_modules. This preserves compatibility with ' \ 'react-native link. A converted project will still start the Metro packager ' \ 'automatically via a Run Script build phase in the Xcode project. This is an ' \ 'alternative to performing manual surgery on a project in Xcode.'