install-expo-modules 0.2.6 → 0.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,18 +1,31 @@
1
- # install-expo-modules
1
+ <!-- Title -->
2
+ <h1 align="center">
3
+ 👋 Welcome to <br><code>install-expo-modules</code>
4
+ </h1>
2
5
 
3
- `install-expo-modules` is a tool for existing react-native projects to adopt [expo-modules and SDK easier](https://docs.expo.dev/versions/latest/).
6
+ <p align="center">A tool for existing React Native projects to adopt <a href="https://docs.expo.dev/versions/latest/">expo-modules and SDK easier</a>.</p>
7
+
8
+ <p align="center">
9
+ <img src="https://flat.badgen.net/packagephobia/install/install-expo-modules">
10
+
11
+ <a href="https://www.npmjs.com/package/install-expo-modules">
12
+ <img src="https://flat.badgen.net/npm/dw/install-expo-modules" target="_blank" />
13
+ </a>
14
+ </p>
15
+
16
+ <!-- Body -->
4
17
 
5
18
  # Usage
6
19
 
7
20
  Just to run `install-expo-modules` command in your project:
8
21
 
9
- ```
22
+ ```sh
10
23
  npx install-expo-modules
11
24
  ```
12
25
 
13
26
  After that, you can add other expo-modules you need, e.g. `expo-device`:
14
27
 
15
- ```
28
+ ```sh
16
29
  expo install expo-device
17
30
  # the expo command is from expo-cli. if you don't have this, run `npm -g install expo-cli` to install.
18
31
  ```