Skip to content

Commit

Permalink
Make removal clear
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Dec 9, 2020
1 parent b6f2992 commit cf2cc6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deprecated-globals.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

Expo has historically exported several APIs on the global `__expo` and `Expo` objects in order to make it easier for libraries to interoperate between Expo managed environments and bare React Native projects.

All of these APIs have since been extracted from the `expo` package itself and other techniques are available to solve the problem that the globals were intended to solve. So, the globals exports will be removed in SDK 41.
All of these APIs have since been extracted from the `expo` package itself and other techniques are available to solve the problem that the globals were intended to solve.

**Global exports will be removed in SDK 41.**

#### 💡 Solution

Expand Down

0 comments on commit cf2cc6f

Please sign in to comment.