File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,4 @@ index f017cb8..f6aaafb 100644
2222+ if (view.reactAccessibilityElement.roleTraits != roleTraits || view.reactAccessibilityElement.role != roleString) {
2323 view.roleTraits = roleTraits;
2424 view.reactAccessibilityElement.role = json ? [RCTConvert NSString:json] : nil;
25- [self updateAccessibilityTraitsForRole:view withDefaultView:defaultView];
26- diff --git a/node_modules/react-native/scripts/.packager.env b/node_modules/react-native/scripts/.packager.env
27- new file mode 100644
28- index 0000000..361f5fb
29- --- /dev/null
30- +++ b/node_modules/react-native/scripts/.packager.env
31- @@ -0,0 +1 @@
32- + export RCT_METRO_PORT=8081
25+ [self updateAccessibilityTraitsForRole:view withDefaultView:defaultView];
You can’t perform that action at this time.
0 commit comments