An open API service indexing awesome lists of open source software.

https://github.com/textileio/react-native-textile-protobufs


https://github.com/textileio/react-native-textile-protobufs

Last synced: 5 months ago
JSON representation

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