do-app-builderx-sketch-import
do-app-builderx-sketch-import copied to clipboard
A sample app to show how Sketch to React Native works in BuilderX
BuilderX Sketch Import
App generated in BuilderX using Sketch import.

Download BuilderX
To open this App in BuilderX, follow these steps:
- Clone the repo.
- Open BuilderX.
- Click on
Open Existing Project. - Select the app directory.
To run the app in the device or emulator, follow these steps:
- Clone the repo.
- Install the dependencies
$ yarn
or
$ npm install
- Run the app
$ yarn start
or
$ npm start