Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: expo/expo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8aa961339638e71bed3565984b03519f78bc6113
Choose a base ref
..
head repository: expo/expo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b65910f76c0fc216d1b1395997c6e63b1afe6048
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 packages/expo-gl/CHANGELOG.md
2 changes: 1 addition & 1 deletion packages/expo-gl/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@

### 🐛 Bug fixes

- Fix crash in react-native 0.62 when creating context. ([#8352](https://github.com/expo/expo/pull/8352) by [@wkozyra95](https://github.com/wkozyra95))
- Fix crash in React Native 0.62 when creating a context. ([#8352](https://github.com/expo/expo/pull/8352) by [@wkozyra95](https://github.com/wkozyra95))
- Allow createElement & unstable_createElement usage for web. ([#7995](https://github.com/expo/expo/pull/7995) by [@wood1986](https://github.com/wood1986))
- Fix depth/stencil buffers not working correctly with `three.js`. ([#7543](https://github.com/expo/expo/pull/7543) by [@tsapeta](https://github.com/tsapeta))