Skip to content

Commit 8b00e5b

Browse files
committed
apply suggestion from code review
1 parent 5486a2f commit 8b00e5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/cpp/react/renderer/components/rnscreens/RNSStackScreenState.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class JSI_EXPORT RNSStackScreenState final {
3232
(Float)data["contentOffsetY"].getDouble()}) {};
3333

3434
Size frameSize{};
35-
Point contentOffset;
35+
Point contentOffset{};
3636

3737
folly::dynamic getDynamic() const;
3838
MapBuffer getMapBuffer() const {

0 commit comments

Comments
 (0)