0.0.10 • Published 4 years ago

devanagari-component v0.0.10

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

This repo is complementary repo of https://github.com/rexonms/devanagari. The devanagari repo provides data and this repo provides the UI.

Temp process

Create the components inside examples/src/*. Once completed copy and pasted it to ./src and publish.

Development

$ cd src && yarn pack 
$ cd examples && yarn add ../devanagari-component-*.tgz
$ yarn ios // to install app
$ yarn start 

Publish

$ yarn publish

Using TypeScript With React Native

https://medium.com/@jan.hesters/using-typescript-with-react-native-946aa4b4ae6f

Publish a React Native component to NPM 

https://www.freecodecamp.org/news/how-to-publish-a-react-native-component-to-npm-its-easier-than-you-think-51f6ae1ef850/