Revision Date Author Comments
# f0e814ac 30-Jun-2023 Kudo Chien <[email protected]>

chore: update react-native-web to 0.19.6 (#23179)

# Why

bump react-native-web to 0.19.6 for sdk 49

# How

- since [the issue](https://github.com/necolas/react-native-web/issues/2523) is fixe

chore: update react-native-web to 0.19.6 (#23179)

# Why

bump react-native-web to 0.19.6 for sdk 49

# How

- since [the issue](https://github.com/necolas/react-native-web/issues/2523) is fixed by [email protected]. it's a good time to bump the version.
- [ncl] fix some broken imports
- [ncl] fix gesture-handler error

# Test Plan

- smoke testing ncl on web
- ci passed

show more ...


# 7e8d902f 21-Dec-2022 Bartosz Kaszubowski <[email protected]>

[ncl] refactor deprecated code, remove no longer valid ignores (#20555)


# 74967a3c 10-Jun-2021 Charlie Cruzan <[email protected]>

[ios] small fixes to NCL and test suite following QA (#13224)

* better bg location console errors

* fix facebook native ad id

* close sqlite db after creating

* fix expo-device screen to on

[ios] small fixes to NCL and test suite following QA (#13224)

* better bg location console errors

* fix facebook native ad id

* close sqlite db after creating

* fix expo-device screen to only show device-compatible options

* small improvements to slider

* google sign in only available in standalone

* small trackingtransparency fix

* add missing NCL screens

* Apply suggestions from code review

show more ...


# e8f3dbae 13-Aug-2020 Evan Bacon <[email protected]>

[ncl] Remove RNCore screen (#9715)

* Move RN components to screens

* Move more RN components to screens

* Split more screens out of RN core

* Move more screens

* Added scroll view screen

[ncl] Remove RNCore screen (#9715)

* Move RN components to screens

* Move more RN components to screens

* Split more screens out of RN core

* Move more screens

* Added scroll view screen

* Removed React Native stack

* clean up imports

* Move components

* Update ExpoApis.ts

show more ...