Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 943 Bytes

DOC_DEVELOP.md

File metadata and controls

36 lines (25 loc) · 943 Bytes
id title sidebar_label
develop
Develop ReNative
Develop ReNative

Developing ReNative Locally

If you need full control over whole ReNative build you can clone and develop it locally

1) clone [email protected]:pavjacko/renative.git
2) cd renative
3) npm i
4) npm run watch
5) npm run link

At this point your global $ rnv command is linked directly into project above.

It's also best way to contribute back to RNV! :)

rnv template apply
=> pick renative-template-hello-world

Windows development

Requirements: Python 2.7, Visual Studio installed or install windows-build-tools(https://www.npmjs.com/package/windows-build-tools). Please make sure you follow the package's instructions, especially running it in PowerShell as Administrator

RNV C Object

Documentation for RNV Runtime Config