Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
The Pull Request introduced fingerprint changes against the base commit: c8754f6 Fingerprint diff[
{
"op": "changed",
"beforeSource": {
"type": "dir",
"filePath": "../../packages/expo-modules-core",
"reasons": [
"expoAutolinkingIos",
"expoAutolinkingAndroid"
],
"hash": "78a5b155f0956fa4f2613a47f2da71bbc85d43cc"
},
"afterSource": {
"type": "dir",
"filePath": "../../packages/expo-modules-core",
"reasons": [
"expoAutolinkingIos",
"expoAutolinkingAndroid"
],
"hash": "df5d62989e9881a61f45707a02284109a4ae30f1"
}
},
{
"op": "changed",
"beforeSource": {
"type": "dir",
"filePath": "../../packages/expo-ui/android",
"reasons": [
"expoAutolinkingAndroid"
],
"hash": "d4ba336f173455cec2013f0eaaed1c1320c141e8"
},
"afterSource": {
"type": "dir",
"filePath": "../../packages/expo-ui/android",
"reasons": [
"expoAutolinkingAndroid"
],
"hash": "5c12d8a4d35b60f60f9ea43a6097b2b50500f159"
}
}
]Generated by PR labeler 🤖 |
4540aff to
38e5dd9
Compare
cd03bf5 to
7cb6257
Compare
38e5dd9 to
56a7a6b
Compare
ea037a2 to
48960f9
Compare
b9b556e to
8124984
Compare
|
Subscribed to pull request
Generated by CodeMention |
56a7a6b to
7f83b44
Compare
8124984 to
d73f7cd
Compare
ce70248 to
19322c6
Compare
packages/expo-ui/android/src/main/java/expo/modules/ui/ExpoUIModule.kt
Outdated
Show resolved
Hide resolved
packages/expo-ui/android/src/main/java/expo/modules/ui/ShapeView.kt
Outdated
Show resolved
Hide resolved
Discard changes to apps/bare-expo/android/.idea/modules/app/BareExpo.app.main.iml
Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
Co-authored-by: Łukasz Kosmaty <kosmatylukasz@gmail.com>
3660826 to
f68c233
Compare
|
Hi there! 👋 I'm a bot whose goal is to ensure your contributions meet our guidelines. I've found some issues in your pull request that should be addressed (click on them for more details) 👇
|
…ier. (expo#40164) # Why Lets you use shapes as input to a new clip modifier. Also lets you use modifiers in primitives. # How <!-- How did you build this feature or fix this bug and why? --> # Test Plan Tested in BareExpo + build a UI component with it # Checklist <!-- Please check the appropriate items below if they apply to your diff. --> - [ ] I added a `changelog.md` entry and rebuilt the package sources according to [this short guide](https://github.com/expo/expo/blob/main/CONTRIBUTING.md#-before-submitting) - [ ] This diff will work correctly for `npx expo prebuild` & EAS Build (eg: updated a module plugin). - [ ] Conforms with the [Documentation Writing Style Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)

Why
Lets you use shapes as input to a new clip modifier.
Also lets you use modifiers in primitives.
How
Test Plan
Tested in BareExpo + build a UI component with it
Checklist
changelog.mdentry and rebuilt the package sources according to this short guidenpx expo prebuild& EAS Build (eg: updated a module plugin).