Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynthakur committed Oct 3, 2023
1 parent 5e47acb commit f1914e7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 33 deletions.
56 changes: 29 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions src/screens/ToastScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { Button, Text, View } from 'react-native';
// import { Colors } from 'react-native/Libraries/NewAppScreen';
import { RootSiblingParent } from 'react-native-root-siblings';
import Toast from 'react-native-root-toast';

Expand All @@ -24,11 +23,7 @@ export default function ToastScreen() {
<RootSiblingParent>
<View style={{ flex: 1, alignItems: 'center', justifyContent: 'center' }}>
<Text>Toast Page</Text>
<Button
onPress={toast}
title="Toast"
/* color = 'blue' /*messing around */
/>
<Button onPress={toast} title="Toast" />
</View>
</RootSiblingParent>
);
Expand Down

0 comments on commit f1914e7

Please sign in to comment.