https://github.com/infinitered/legacy-react-native-typescript
Ancient history
https://github.com/infinitered/legacy-react-native-typescript
Last synced: 11 months ago
JSON representation
Ancient history
- Host: GitHub
- URL: https://github.com/infinitered/legacy-react-native-typescript
- Owner: infinitered
- License: mit
- Created: 2018-06-14T16:05:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T16:09:37.000Z (over 7 years ago)
- Last Synced: 2025-01-09T04:51:45.662Z (about 1 year ago)
- Language: TypeScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# legacy-react-native-typescript
Here's some react-native typescript typings of yester-year.
Forked from `@types/react-native`, slightly tweaked and frozen in time.
You'll want to link in your package.json like this:
```json
{
"devDependencies": {
"@types/react-native": "infinitered/legacy-react-native-typescript#493-geolocation"
}
}
```
Chances are you don't want to be using this repo.