Skip to content

Commit 45f1d93

Browse files
committed
[docs] Add Expo SDK 49 deprecation note to readme
1 parent 8a3c39e commit 45f1d93

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ This library solves that problem through an all native implementation which is v
2424
- [x] Cross-fade transitions
2525
- [x] Clipping reveal transitions
2626

27-
## Under development
28-
29-
This library is under active development. The iOS and Android implementations are mostly done, which exception of some edge cases. The library also aims to support the `web` platform with an optimized DOM implementation. That development is about 60% done.
30-
3127
## Index <!-- omit in toc -->
3228

3329
- [Motivation](#motivation)
@@ -54,11 +50,7 @@ This library is under active development. The iOS and Android implementations ar
5450
yarn add react-native-shared-element
5551
```
5652

57-
And when using React Native 0.59 or lower, link the library. This is not needed when using React Native 0.60 or higher, where linking happens automatically.
58-
59-
```bash
60-
react-native link react-native-shared-element
61-
```
53+
> As of Expo SDK 49, `react-native-shared-element` is no longer shipped with Expo Go. If you want to use this library with Expo managed projects, [create a development build](https://docs.expo.dev/develop/development-builds/create-a-build).
6254
6355
## Basic usage
6456

@@ -223,7 +215,7 @@ This project is supported by amazing people from [Expo.io](https://expo.io)
223215
## Changes in maintenance
224216

225217
Both [react-native-shared-element](https://github.com/IjzerenHein/react-native-shared-element) and [react-navigation-shared-element](https://github.com/IjzerenHein/react-navigation-shared-element) are always looking for new Maintainers.
226-
It is no longer possible for me (@author) to maintain these repositories. Please reach out to [me personally](mailto:hrutjes@gmail.com) if you have ideas or suggestions. You can also reach out to [Aleks](mailto:desmurs.linczewska@gmail.com) who is currently the main maintainer of this library.
218+
It is no longer possible for me (@author) to maintain these repositories. Please reach out to [me personally](mailto:hrutjes@gmail.com) if you have ideas or suggestions.
227219

228220
> Read the [full statement here](https://github.com/IjzerenHein/react-navigation-shared-element/issues/14#issuecomment-1081601310).
229221

0 commit comments

Comments
 (0)