Skip to content

Commit 4cb807c

Browse files
committed
v1.0.0
1 parent 7c5f28d commit 4cb807c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,19 @@ npm i @mrakesh0608/react-native-loading-dots
2727
import 'react-native-gesture-handler';
2828
2929
import { View, Text } from 'react-native';
30-
3130
import { LoadingDots } from '@mrakesh0608/react-native-loading-dots';
3231
3332
const list = ["elastic", "flashing", "typing", "ping", 'pulse']
3433
3534
export default function App() {
3635
return (
3736
<View style={{ justifyContent: 'center', flex: 1 }}>
38-
<View style={{ alignItems: 'center', justifyContent: 'center', flexDirection: 'row', flexWrap: 'wrap' }}>
37+
<View style={{
38+
alignItems: 'center',
39+
justifyContent: 'center',
40+
flexDirection: 'row',
41+
flexWrap: 'wrap'
42+
}}>
3943
4044
{list.map((item, index) =>
4145
<View key={index}>

0 commit comments

Comments
 (0)