| #
a6b8e209 |
| 07-Sep-2022 |
Evan Bacon <[email protected]> |
feat(docs): new linking guide (#18935)
* feat(docs): new linking guide
* Update linking.md
* update files
* Update packages/expo-linking/CHANGELOG.md
Co-authored-by: Expo Bot <34669131+e
feat(docs): new linking guide (#18935)
* feat(docs): new linking guide
* Update linking.md
* update files
* Update packages/expo-linking/CHANGELOG.md
Co-authored-by: Expo Bot <[email protected]>
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Aman Mittal <[email protected]>
* Update docs/pages/guides/deep-linking.md
Co-authored-by: Aman Mittal <[email protected]>
* [docs] convert Next app to ESM (#18916)
* [docs] APISection: small tweaks for the display, fix spacing (#18923)
* [docs][packages] update typos and links in doc comments (#18922)
* Update configuring-statusbar.md (#18931)
* [docs] fixes typo in promptToConfigurePushNotifications (#18943)
* [docs] changed minInterval value for testing in android (#18917)
* [docs] SDK46: changed minInterval value for testing in android (#18944)
* [docs] fixes typo EAS Build Limitations page (#18945)
* [core] Suppress unused HERMES_HEADER_DIR warning
* [expo-updates] Add log lines for the error scenarios we want to track (#18810)
* [docs][adopting-prebuild]: Fix keyboard shortcut reference (#18952)
* Fix yarn.lock and update React Native to 0.69.5 in fabric-tester app [skip ci]
* [camera] Fix native module exports (#18946)
# Why
on ios expo go, there is a js error where to [access null property](https://github.com/expo/expo/blob/41b1a02f64d01176c459a265ced165e452b10141/packages/expo-camera/src/utils/props.ts#L20) and the native module is actually undefined. this is a regression from #18703 and #18864. on ios, the original camera view manager name is `ExponentCameraManager` and now being `ExponentCamera`.
# How
i checked there're no usage of `ExponentCameraManager`. we use `ExponentCamera` both on ios and android. i just replace remove the old name and use the new name.
# Test Plan
- ios bare-expo
- ios expo go with local home
* [av] Fix native module exports (#18961)
* [docs] Update Notifications snack/ doc to work with Android 13 (#18949)
* feat(docs): update SDK pages to reflect new CLI (#18903)
* update sdk docs
* Update document-picker.md
* update sdk
* Update auth-session.md
* Update ios-capabilities.md
* Apply suggestions from code review
Co-authored-by: Bartosz Kaszubowski <[email protected]>
Co-authored-by: Bartosz Kaszubowski <[email protected]>
* add deep linking to side bar
* Update linking.md
* Update docs/pages/guides/deep-linking.md
* add abstract prop for ConfigReactNative
* Update ConfigReactNative.tsx
Co-authored-by: Expo Bot <[email protected]>
Co-authored-by: Aman Mittal <[email protected]>
Co-authored-by: Bartosz Kaszubowski <[email protected]>
Co-authored-by: Dominik Sokal <[email protected]>
Co-authored-by: Tanish Gupta <[email protected]>
Co-authored-by: Bond <[email protected]>
Co-authored-by: Kudo Chien <[email protected]>
Co-authored-by: Douglas Lowder <[email protected]>
Co-authored-by: Tomasz Sapeta <[email protected]>
Co-authored-by: Keith Kurak <[email protected]>
show more ...
|
| #
8a3afa28 |
| 15-Oct-2021 |
Cedric van Putten <[email protected]> |
[docs] Add helper components to structure installation and configuration sections (#14765)
* [docs] Add configuration helper components
* [docs] Implement new configuration components on unversio
[docs] Add helper components to structure installation and configuration sections (#14765)
* [docs] Add configuration helper components
* [docs] Implement new configuration components on unversioned notifications
* [docs] Be loud when configuration collapsibles have string content
* [docs] Add web as platform option to config plugins table
* [docs] Fix typo in unversioned notification page and implement on v43
* [docs] Add string-children check on config plugin example
* [docs] Fix missing colon in notifcations configuration example
* [docs] Use file-relative path instead of url-relative path
* [docs] Move frontmatter back to master for unversioned
* [docs] Fix linting issue
show more ...
|