https://github.com/namiml/react-native-web-nami-sdk
https://github.com/namiml/react-native-web-nami-sdk
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/namiml/react-native-web-nami-sdk
- Owner: namiml
- Created: 2023-08-09T15:10:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T19:55:12.000Z (over 1 year ago)
- Last Synced: 2025-03-16T01:16:37.912Z (2 months ago)
- Language: TypeScript
- Size: 1.48 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# react-nami
## ⚒ In development mode ⚒
This is a react-native-web version of NamiML for web/cross-platform projects, for example: [react-native-nami-sdk](https://github.com/namiml/react-native-nami-sdk)
## Compatibility table
| react-native-web-nami-sdk | Browser |
|------------|-------------------------------------------------------------|
| 0.0.1 | react / react-native-web / react-native expo |## Setup for development
First of all you need to create an appropriate tree of project form development purposes like so:
### Project tree
* [nami]()
* [react-nami/]()
* [dist]()
* [src]()
* [react-native-web-nami-sdk/]()
* [src]()
* [babel.config.js]()
* [metro.config.js]()
* [tsconfig.js]()
* [examples/]()
* [expo-basic/]()
* [src/]()
* [babel.config.js]()
* [metro.config.js]()
* [tsconfig.js]()You need to create nami folder and paste there our packages like so, after this you will be able to developing like a charm with ability to get updated methods without any package updates.
We configure paths through tsconfig, babel.config and metro.config for this purposes.