File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ const AnimatedPressable = Animated.createAnimatedComponent(Pressable);
8181 *
8282 * const showModal = () => setVisible(true);
8383 * const hideModal = () => setVisible(false);
84- * const containerStyle = {backgroundColor: 'white', padding: 20};
84+ * const containerStyle = { backgroundColor: 'white', padding: 20 };
8585 *
8686 * return (
8787 * <PaperProvider>
@@ -90,7 +90,7 @@ const AnimatedPressable = Animated.createAnimatedComponent(Pressable);
9090 * <Text>Example Modal. Click outside this area to dismiss.</Text>
9191 * </Modal>
9292 * </Portal>
93- * <Button style={{marginTop: 30}} onPress={showModal}>
93+ * <Button style={{ marginTop: 30 }} onPress={showModal}>
9494 * Show
9595 * </Button>
9696 * </PaperProvider>
You can’t perform that action at this time.
0 commit comments