History log of /expo/apps/native-component-list/src/components/MonoText.tsx (Results 1 – 4 of 4)
Revision Date Author Comments
# f500022e 08-Oct-2021 Bartosz Kaszubowski <[email protected]>

[ncl] refactor components, improve typing (#14535)


# 6729019b 01-Jun-2020 Tomasz Sapeta <[email protected]>

[local-authentication] Fix crash when `NSFaceIDUsageDescription` is not provided and device fallback is disabled (#8595)


# f60b83a3 24-Apr-2020 Evan Bacon <[email protected]>

Create expo-linking (#7934)

* Created expo-linking package

* Move tests

* Deprecate expo Linking

* Updated config

* updated build

* Updated linking

* Updated linking tests

* Upd

Create expo-linking (#7934)

* Created expo-linking package

* Move tests

* Deprecate expo Linking

* Updated config

* updated build

* Updated linking

* Updated linking tests

* Updated build files

* Updated docs

* Fix expo build files

* Update Expo-test.native.ts

* reexport Linking from expo

* Updated linking API to match Expo standard library

* Update linking.md

* Update linking.md

* Remove unused bare case

* Fix build files

* Added jest mocks

* Updated linking binding and demo

* fix build files

* Just use Linking

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