This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(install-expo-modules): move to
expo/expo
- Loading branch information
Showing
87 changed files
with
2 additions
and
6,133 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
...dules/src/plugins/android/__tests__/fixtures/MainActivity-anonymous-delegate-updated.java
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
...modules/src/plugins/android/__tests__/fixtures/MainActivity-anonymous-delegate-updated.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.