| #
f500022e |
| 08-Oct-2021 |
Bartosz Kaszubowski <[email protected]> |
[ncl] refactor components, improve typing (#14535)
|
| #
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 ...
|
| #
4fddcbcc |
| 13-May-2019 |
Tomasz Sapeta <[email protected]> |
[location] add option to automatically pause background location updates (#4167)
# Why
To improve battery life when using background location updates.
# How
It utilizes `pausesLocationUpdat
[location] add option to automatically pause background location updates (#4167)
# Why
To improve battery life when using background location updates.
# How
It utilizes `pausesLocationUpdatesAutomatically` and `activityType` properties of iOS location manager.
# Test Plan
Added these properties to ncl example. Should work
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
|