Revision Date Author Comments
# 71ebd28e 13-Sep-2021 Charlie Cruzan <[email protected]>

[ios] Bump deployment target to 12.0 (#14383)

* drop ios 11

* update bare-sandbox

* forgot some

* add PR link to changelogs

* Update packages/expo-cellular/CHANGELOG.md

Co-authored-by

[ios] Bump deployment target to 12.0 (#14383)

* drop ios 11

* update bare-sandbox

* forgot some

* add PR link to changelogs

* Update packages/expo-cellular/CHANGELOG.md

Co-authored-by: Expo CI <[email protected]>

* et pod-install after rebase

Co-authored-by: Expo CI <[email protected]>

show more ...


# efd75dec 16-Aug-2021 Tomasz Sapeta <[email protected]>

[ios] Migrate all remaining native code


# 80a34b81 14-Aug-2020 Charlie Cruzan <[email protected]>

[screen-capture] feat: add ability to listen for screenshots (#9747)

* add typescript interface

* ios implementation

* rename event

* android implementation

* tests, changelog, readme

[screen-capture] feat: add ability to listen for screenshots (#9747)

* add typescript interface

* ios implementation

* rename event

* android implementation

* tests, changelog, readme

* docs

* fix multiple events being sent on some android devices (pixel)

* Update screen-capture.md

* feedbac: rename ScreenShot -> Screenshot

* feedback: remove old snack code

show more ...


# ce247f03 23-May-2020 Charlie Cruzan <[email protected]>

[expo-screen-capture] Create ScreenCapture module (#8326)

* android implementation

* rename to screen-capture

* yarn build

* add to ExperiencePackagePicker

* typo

* no-op on ios

*

[expo-screen-capture] Create ScreenCapture module (#8326)

* android implementation

* rename to screen-capture

* yarn build

* add to ExperiencePackagePicker

* typo

* no-op on ios

* no-op on web, remove async functions

* fix expo_sdk test

* error tag, remove semicolons

* enable in client

* fix some errors, update tsconfig, add android/.gitignore

* prevent screen recording on iOS

* add preventScreenshot module to iOS client

* block recording if started before activatePreventScreenCapture was called

* add docs

* update readme

* PR feedback part 1

* cover screen even when device is reoriented

* rename to expo-screenshot

* rename package directory

* render black screen on iOS to match android behavior

* fix podfile

* podfile

* use rootProject.ext in build.gradle

* fix lint warning

* downgrade to cocoapods 1.8.4, run pod install

* address android-specific feedback

* ios feedback and improvements

* update docs and readme

* rename methods to preventScreenCapture and allowScreenCapture

* resolve null for iOS (match android)

* declare functions as async, rebuild

* rebase, pod install

* suffix JS methods with Async, add return type, await ExpoScreenCapture calls

* add 'tag' param to handle more complex use cases

* docs and typescript doc blocks

* final PR feedback (except hooks test)

* add test coverage for hooks

show more ...