https://github.com/textileio/react-native-textile-protobufs
https://github.com/textileio/react-native-textile-protobufs
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/textileio/react-native-textile-protobufs
- Owner: textileio
- Created: 2019-01-18T20:24:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T21:57:22.000Z (over 7 years ago)
- Last Synced: 2025-03-24T16:14:12.205Z (over 1 year ago)
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react native protobufs
## Getting started
`$ npm install @textile/react-native-protobufs --save`
## Example
```javascript
import { IDirectory } from '@textile/react-native-protobufs'
```
## Jest
If using jest in your project and hit an error related to this module you may need to follow the instructions here, https://stackoverflow.com/questions/43514455/react-nativejestsyntaxerror-unexpected-token-import/43534980#43534980