Skip to content

Commit

Permalink
Docs: Update react-native-unimodules link
Browse files Browse the repository at this point in the history
The react-native-unimodules link is updated. 
The current repo has been deprecated in favor of expo/expo monorepo
  • Loading branch information
blackpr authored Jun 12, 2020
1 parent b665e59 commit fb562d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Many of the libraries you will find on the directory are from [React Native Comm

Libraries built by the React Native Community are driven by volunteers and individuals at companies that depend on React Native. They often support iOS, tvOS, Android, Windows, but this varies across projects. Many of the libraries in this organization were once React Native Core Components and APIs.

Libraries built by Expo are all written in TypeScript and support iOS, Android, and react-native-web wherever possible. They usually require that you first install [react-native-unimodules](https://github.com/unimodules/react-native-unimodules) in order to use in your React Native app.
Libraries built by Expo are all written in TypeScript and support iOS, Android, and react-native-web wherever possible. They usually require that you first install [react-native-unimodules](https://github.com/expo/expo/tree/master/packages/react-native-unimodules) in order to use in your React Native app.

After React Native Directory, the [npm registry](https://www.npmjs.com/) is the next best place if you can't find a library specifically for React Native on the directory. The npm registry is the definitive source for JavaScript libraries, but the libraries that it lists may not all be compatible with React Native. React Native is one of many JavaScript programming environments, including Node.js, web browsers, Electron, and more, and npm includes libraries that work for all of these environments.

Expand Down

0 comments on commit fb562d9

Please sign in to comment.