History log of /expo/apps/native-component-list/src/screens/GL/GLReanimatedExample.tsx (Results 1 – 4 of 4)
Revision Date Author Comments
# e501a7c6 03-Jul-2023 Gabriel Donadel Dall'Agnol <[email protected]>

[workspace] Bump TypeScript version to 5.1.3 (#23143)

# Why

Closes ENG-9088

# How

Bump TypeScript to the latest, and rebuild all required SDK packages

Had to update `typeRoots` inside `

[workspace] Bump TypeScript version to 5.1.3 (#23143)

# Why

Closes ENG-9088

# How

Bump TypeScript to the latest, and rebuild all required SDK packages

Had to update `typeRoots` inside `expo-module-scripts` due to a change
in TypeScript 5.1 where it no longer walks up automatically looking in
parent directories ([Release
notes](https://devblogs.microsoft.com/typescript/announcing-typescript-5-1-rc/#typeroots-are-consulted-in-module-resolution))


# Test Plan

Ensure that `et cp -a` yields no errors, docs and tools build correctly,
and that CI is green

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).

show more ...


# 4c11f2d9 14-Apr-2023 Tomasz Sapeta <[email protected]>

[ncl] Some improvements to the hash placeholders demo (#22134)

Co-authored-by: Tomasz Sapeta <[email protected]>


# 10ca4927 20-Dec-2021 Wojciech Kozyra <[email protected]>

[gl] Fix draw loop race condition (#15653)

* [gl] Fix draw loop race condition

* Update CHANGELOG.md


# 79e2cd13 03-Dec-2021 Wojciech Kozyra <[email protected]>

[expo-gl][ncl] add example of using GLView with gesture handler (#15353)

* rename exglCtxId -> ctxId + add example

* add wrapper around accessing context inside a worklet

* rename ctxId -> con

[expo-gl][ncl] add example of using GLView with gesture handler (#15353)

* rename exglCtxId -> ctxId + add example

* add wrapper around accessing context inside a worklet

* rename ctxId -> contextId

* [no ci] fix formatting

* reivew feedback

show more ...