Skip to content

Commit

Permalink
Repro
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna Wei committed Apr 24, 2023
1 parent 3a1d701 commit 29c081b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/rn-tester/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ end
def pods(target_name, options = {}, use_flipper: !IN_CI && !USE_FRAMEWORKS)
project 'RNTesterPods.xcodeproj'

fabric_enabled = ENV['USE_FRAMEWORKS'] == 'dynamic' ? false : true
fabric_enabled = false

# Hermes is now enabled by default.
# The following line will only disable Hermes if the USE_HERMES envvar is SET to a value other than 1 (e.g. USE_HERMES=0).
Expand Down
12 changes: 6 additions & 6 deletions packages/rn-tester/js/examples/View/ViewExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -718,13 +718,13 @@ exports.examples = [
<View style={{position: 'relative', height: 50, borderWidth: 1}}>
<View
style={{
backgroundColor: '#527FE4',
padding: 5,
backgroundColor: 'blue',
height: 20,
position: 'absolute',
insetBlockEnd: 5,
}}>
<Text style={{fontSize: 11}}>insetBlockEnd 5</Text>
</View>
width: 20,
start: '10%',
}}
/>
</View>
<View style={{position: 'relative', height: 50, borderWidth: 1}}>
<View
Expand Down

0 comments on commit 29c081b

Please sign in to comment.