expo-divkit
Version:
divkit render library
40 lines (28 loc) • 462 B
Markdown
# expo-divkit
divkit render library
# install dependencies
```
npm i
```
# start develop on android
```
npm run build
cd example && npm run android
```
# debug on android
```
npm run build
cd example && npx expo start
run debug on Android Studio and in emulator open dev tools(Cmd + M) set
```
# start develop on ios
```
npm run build
cd example/ios && pod install
cd example && npx expo run:ios
```
# publish package
```
npm run lint
npm publish
```