cychiuae / react-native-oursky

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-oursky

How to install

yarn add --exact @oursky/react-native-oursky

How to use

Read source code or index.d.ts

How to migrate from 0.x to 1.x

In 1.x, we removed most of the UI components.

This allows us to remove many third party dependencies. If you want to upgrade to 1.x and your project is using the removed components, please copy them to your project.

How to install from GitHub

yarn build
git add --force dist/
git commit
git push <your-remote> <your-branch>

Principle

  • Written in TypeScript
  • Hand-written high quality TypeScript type definitions

About

License:MIT License


Languages

Language:TypeScript 60.6%Language:JavaScript 22.7%Language:Objective-C 8.7%Language:Java 4.1%Language:Python 3.9%