Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
chore(install-expo-modules): move to expo/expo
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric committed Nov 22, 2023
1 parent 2ad3e61 commit a5df5fe
Show file tree
Hide file tree
Showing 87 changed files with 2 additions and 6,133 deletions.
21 changes: 0 additions & 21 deletions packages/install-expo-modules/LICENSE

This file was deleted.

39 changes: 2 additions & 37 deletions packages/install-expo-modules/README.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,3 @@
<!-- Title -->
<h1 align="center">
👋 Welcome to <br><code>install-expo-modules</code>
</h1>
# `install-expo-modules`

<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>

<p align="center">
<img src="https://flat.badgen.net/packagephobia/install/install-expo-modules">

<a href="https://www.npmjs.com/package/install-expo-modules">
<img src="https://flat.badgen.net/npm/dw/install-expo-modules" target="_blank" />
</a>
</p>

<!-- Body -->

# Usage

Just to run `install-expo-modules` command in your project:

```sh
npx install-expo-modules
```

After that, you can add other expo-modules you need, e.g. `expo-device`:

```sh
expo install expo-device
# the expo command is from expo-cli. if you don't have this, run `npm -g install expo-cli` to install.
```

# What did `install-expo-modules` do for your project

- Install [`expo`](https://www.npmjs.com/package/expo) package for necessary core and react-native autolinking.
- Modify your project files to adopt expo-modules. If your project is managed by `git`, you can use `git diff` to review whatever `install-expo-modules` do for you.
- Since expo-modules' minimal requirements for iOS is 12.0, if your ios deployment target is lower than that, this tool will upgrade your deployment target to 12.0.
- `pod install` at last to update linked modules for iOS.
This package has [moved to the `expo/expo` repo](https://github.com/expo/expo/tree/main/packages/install-expo-modules).
8 changes: 0 additions & 8 deletions packages/install-expo-modules/jest.config.js

This file was deleted.

61 changes: 0 additions & 61 deletions packages/install-expo-modules/package.json

This file was deleted.

196 changes: 0 additions & 196 deletions packages/install-expo-modules/src/index.ts

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit a5df5fe

Please sign in to comment.