Skip to content

Commit 297c175

Browse files
committed
update example react native logo urls
1 parent 8ddf919 commit 297c175

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ export const ITEMS = [
4747
initialValue: 30,
4848
stepValue: 10,
4949
incrementImage:
50-
'https://facebook.github.io/react-native/docs/assets/favicon.png',
50+
'https://reactnative.dev/docs/assets/favicon.png',
5151
decrementImage:
52-
'https://facebook.github.io/react-native/docs/assets/favicon.png',
52+
'https://reactnative.dev/docs/assets/favicon.png',
5353
disabled: false,
5454
wraps: false,
5555
},

0 commit comments

Comments
 (0)