Conversation
56b8476 to
2d23808
Compare
|
Subscribed to pull request
Generated by CodeMention |
|
The Pull Request introduced fingerprint changes against the base commit: 774e20b Fingerprint diff[
{
"op": "changed",
"beforeSource": {
"type": "dir",
"filePath": "../../packages/expo-maps/android",
"reasons": [
"expoAutolinkingAndroid"
],
"hash": "86a2f8d880ecda4a128e54d6b59ccaac8cd4e4f9"
},
"afterSource": {
"type": "dir",
"filePath": "../../packages/expo-maps/android",
"reasons": [
"expoAutolinkingAndroid"
],
"hash": "6ec46a89b277a9ab7899197bcc729208e9289a58"
}
},
{
"op": "changed",
"beforeSource": {
"type": "dir",
"filePath": "../../packages/expo-mesh-gradient/android",
"reasons": [
"expoAutolinkingAndroid"
],
"hash": "cab8eb4f4c3df4cd3925de031fa1c07d5cdaad33"
},
"afterSource": {
"type": "dir",
"filePath": "../../packages/expo-mesh-gradient/android",
"reasons": [
"expoAutolinkingAndroid"
],
"hash": "8c24a7c98653a1939fb9d74c9a27481cea8b46a9"
}
},
{
"op": "changed",
"beforeSource": {
"type": "dir",
"filePath": "../../packages/expo-modules-core",
"reasons": [
"expoAutolinkingIos",
"expoAutolinkingAndroid"
],
"hash": "2c4e28a931b3e961220933cb7720caa4918acbe5"
},
"afterSource": {
"type": "dir",
"filePath": "../../packages/expo-modules-core",
"reasons": [
"expoAutolinkingIos",
"expoAutolinkingAndroid"
],
"hash": "78a5b155f0956fa4f2613a47f2da71bbc85d43cc"
}
},
{
"op": "changed",
"beforeSource": {
"type": "dir",
"filePath": "../../packages/expo-ui/android",
"reasons": [
"expoAutolinkingAndroid"
],
"hash": "9daf05ef74f7976a1aa9dea9072369820833f723"
},
"afterSource": {
"type": "dir",
"filePath": "../../packages/expo-ui/android",
"reasons": [
"expoAutolinkingAndroid"
],
"hash": "d4ba336f173455cec2013f0eaaed1c1320c141e8"
}
}
]Generated by PR labeler 🤖 |
Kudo
left a comment
There was a problem hiding this comment.
i like the ComposableScope concept
for testID, i was thinking about to pass it through testID prop. because that would more align with react-native view paradigm
|
@Kudo I think it's not that used, and treating that as a special case makes our native code more complicated. We can always add a modifier based on prop in JS land. |
449a382 to
baf155b
Compare
…tlin/views/ExpoComposeView.kt Co-authored-by: Łukasz Kosmaty <lukasz.kosmaty@swmansion.com>
…odule.kt Co-authored-by: Łukasz Kosmaty <lukasz.kosmaty@swmansion.com>
baf155b to
409e55a
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) 👇
|

Why
This PR does a few things:
TODO: Add more scoped modifiers.
How
We persist different scopes inside the ComposableScope object and pass it down hierarchy.
Test Plan
Tested in bare expo if the weight applies correctly.
Checklist
changelog.mdentry and rebuilt the package sources according to this short guidenpx expo prebuild& EAS Build (eg: updated a module plugin).