Skip to content

Commit

Permalink
more meaningful warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
exploIF committed May 27, 2024
1 parent 91d1e08 commit aaa4ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple/LayoutReanimation/REAAnimationsManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ - (instancetype)initWithUIManager:(RCTUIManager *)uiManager
if ([parentClassName isEqualToString:@"RCTSafeAreaView"] ||
[parentClassName isEqualToString:@"RNCSafeAreaView"]) {
RCTLogWarn(
@"Animated components shouldn't be rendered directly inside <SafeAreaView />, consider wrapping it with additional <View />");
@"Animated components shouldn't be rendered directly inside <SafeAreaView />, consider wrapping your content with additional <View />");
}
};
#endif
Expand Down

0 comments on commit aaa4ed6

Please sign in to comment.