History log of /expo/apps/native-component-list/src/screens/AccelerometerScreen.tsx (Results 1 – 7 of 7)
Revision Date Author Comments
# c9497d37 13-Apr-2021 Evan Bacon <[email protected]>

[expo-sensors] Added permissions (#12501)

Co-authored-by: Brent Vatne <[email protected]>
Co-authored-by: Bartłomiej Bukowski <[email protected]>


# 416771c5 20-Aug-2020 Evan Bacon <[email protected]>

[ncl] Improve testing during SDK 39 audit (#9844)

* lock accelerometer screen orientation

* tint browser color on android in auth-session

* fix android icons in audio player

* add scroll vi

[ncl] Improve testing during SDK 39 audit (#9844)

* lock accelerometer screen orientation

* tint browser color on android in auth-session

* fix android icons in audio player

* add scroll view to pressable test

* Fix clipboard title

* Fix up device test

* Fix up document picker screen

* Use TitleSiwtch in Document Picker

* Clean up Mail Composer screen

* Added store review module to the client

* Remove DangerZone label

* Update LottieScreen.tsx

show more ...


# 04e98bec 31-Jul-2020 Evan Bacon <[email protected]>

[ncl][chore] Split react-native core screen examples up and reuse (#9512)

* [ncl] split some examples out and reuse them across platforms

* Added clipboard and pressable tests

* disable some t

[ncl][chore] Split react-native core screen examples up and reuse (#9512)

* [ncl] split some examples out and reuse them across platforms

* Added clipboard and pressable tests

* disable some tests on native

* Update CheckBox.tsx

show more ...


# e331da1d 18-Jun-2020 Evan Bacon <[email protected]>

[chore] Fix lint and typescript errors in NCL (#8861)

* Fix lint errors

* Revice web unimplemented views

* Delete useDimensions.ts

* Remove unused screen object properties

* Convert to f

[chore] Fix lint and typescript errors in NCL (#8861)

* Fix lint errors

* Revice web unimplemented views

* Delete useDimensions.ts

* Remove unused screen object properties

* Convert to functional components

* Fix TypeScript errors

* Fix subscription bug

show more ...


# eaf2aab9 05-May-2020 Evan Bacon <[email protected]>

Added sensors permission for iOS 13 (#7852)

* Added sensors permission for iOS 13

* Add better errors for sensor permissions on iOS

* Update ExponentDeviceMotion.web.js.map


# 26479dd6 01-May-2019 Evan Bacon <[email protected]>

[web] Added check for iOS Safari 12.2 DeviceMotion Permissions (#4049)

* Added check for iOS Safari 12.2 DeviceMotion Permissions

* Return early if event is not defined.

* Changed guard to ass

[web] Added check for iOS Safari 12.2 DeviceMotion Permissions (#4049)

* Added check for iOS Safari 12.2 DeviceMotion Permissions

* Return early if event is not defined.

* Changed guard to assert
* Changed iosUA to isIOSUA

* Removed assertEventEnabledAsync

* Calculated more precise timeout

* Removed unreachable error handling

* bump time to 250ms

* removed default export from isSensorEnabledAsync

show more ...


# 69185572 23-Apr-2019 Bartłomiej Bukowski <[email protected]>

@bbarthec/migrate native component list to typescript (#3975)

* [ncl] Migrate to TypeScript

* [ncl] fix runtime on mobile devices

* [ncl] Apply review suggestions