Skip to content

Commit 26e3ba5

Browse files
committed
update README.md => rendering components in App.tsx
Signed-off-by: TBS96 <[email protected]>
1 parent 2921de9 commit 26e3ba5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ReactNativeApp10/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@
1717
<br><br>
1818
- create component `SongSlider.jsx` ; call hook `useProgress()` from `'react-native-track-player'` with `position` & `duration` ; render `Slider` from `'@react-native-community/slider'` ; js code to show time progressed & time remaining using `Date()`
1919
<br><br>
20-
- added screens => `MusicPlayer.tsx` ; `useTrackPlayerEvents()` ; rendered all components
20+
- added screens => `MusicPlayer.tsx` ; `useTrackPlayerEvents()` ; rendered all components
21+
<br><br>
22+
- rendering components in `App.tsx`

0 commit comments

Comments
 (0)