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 ...


# 711270f5 30-Sep-2020 Stanisław Chmiela <[email protected]>

[ncl] Fix lint warnings (#10443)

# Why

Let's make NCL a top-notch application, always tidy etc.

# How

- configured ESLint for NCL
- fixed all warnings automatically
- changed manually all

[ncl] Fix lint warnings (#10443)

# Why

Let's make NCL a top-notch application, always tidy etc.

# How

- configured ESLint for NCL
- fixed all warnings automatically
- changed manually all `React.Component<object, …` that ESLint "automatically fixed" to `<{}` as per https://github.com/expo/expo/pull/10229#discussion_r490961694

# Test Plan

`yarn lint` no longer warns about warnings.

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 ...