expo-app-loading
Version:
A React component that keeps the native splash screen visible.
69 lines (35 loc) • 1.93 kB
Markdown
# Changelog
## Unpublished
### 🛠 Breaking changes
### 🎉 New features
### 🐛 Bug fixes
### 💡 Others
## 2.1.1 — 2022-10-25
_This version does not introduce any user-facing changes._
## 2.1.0 — 2022-07-07
### 💡 Others
- Fix typo in deprecation warning. ([#17513](https://github.com/expo/expo/pull/17513) by [@frankcalise](https://github.com/frankcalise))
## 2.0.0 — 2022-04-18
### 🛠 Breaking changes
- Deprecate the library in favor of expo-splash-screen. ([#16963](https://github.com/expo/expo/pull/16963) by [@brentvatne](https://github.com/brentvatne))
## 1.3.0 — 2021-12-03
_This version does not introduce any user-facing changes._
## 1.1.4 — 2021-10-01
### 🐛 Bug fixes
- Fix unintended `export` change of the `AppLoading` component. ([#14589](https://github.com/expo/expo/pull/14589) by [@Simek](https://github.com/Simek))
## 1.1.3 — 2021-09-28
### 💡 Others
- Export `AppLoading` component props type as `AppLoadingProps`. ([#13396](https://github.com/expo/expo/pull/13396) by [@Simek](https://github.com/Simek))
## 1.1.0 — 2021-06-16
_This version does not introduce any user-facing changes._
## 1.0.3 — 2021-04-13
_This version does not introduce any user-facing changes._
## 1.0.2 — 2021-03-10
_This version does not introduce any user-facing changes._
## 1.0.1 — 2020-12-10
### 🐛 Bug fixes
- No longer swallows error messages of errors that occur in `startLoadingAppResourcesAsync`. ([#11312](https://github.com/expo/expo/pull/11312) by [@cruzach](https://github.com/cruzach))
## 1.0.0 — 2020-11-17
### 🎉 New features
- Remove undocumented `getAppLoadingLifecycleEmitter` method. ([#11053](https://github.com/expo/expo/pull/11053) by [@bbarthec](https://github.com/bbarthec))
- Extract `AppLoading` to separate `expo-app-loading` package. ([#10929](https://github.com/expo/expo/pull/10929) by [@bbarthec](https://github.com/bbarthec))