do-app-builderx-sketch-import icon indicating copy to clipboard operation
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.

app-screens

Download BuilderX

To open this App in BuilderX, follow these steps:

  1. Clone the repo.
  2. Open BuilderX.
  3. Click on Open Existing Project.
  4. Select the app directory.

To run the app in the device or emulator, follow these steps:

  1. Clone the repo.
  2. Install the dependencies
$ yarn

   or

$ npm install
  1. Run the app
$ yarn start

   or

$ npm start

To know more about BuilderX, click here

To read the BuilderX documentation, click here