Skip to content

biblioteca para generar archivos de configuración en formato "JSON" desde React Native.

License

Notifications You must be signed in to change notification settings

gamalielmendez/rn_jsfileconfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rn_jsfileconfig

biblioteca para generar archivos de configuracion en formato json

Para Instalar

npm i rn_jsfileconfig
//o
yarn add rn_jsfileconfig

Como se Usa

import rn_jsfileconfig from 'rn_jsfileconfig'

const Config = new rn_jsfileconfig({ configName: 'Conf',defaults: { HOST: "" }})
await Config.init()
await Config.set("HOST", 'https://github.com/gamalielmendez/rn-jsfileconfig')
console.log(Config.get('HOST')) //result https://github.com/gamalielmendez/rn-jsfileconfig

About

biblioteca para generar archivos de configuración en formato "JSON" desde React Native.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published