Lines Matching refs:js
29 To use it, let's import it into **App.js**:
31 ```jsx App.js
44 Import the `Platform` module in **App.js**:
47 ```jsx App.js
67 'components/ImageViewer.js': 'tutorial/02-image-picker/ImageViewer.js',
68 'components/Button.js': 'tutorial/03-button-options/Button.js',
69 'components/CircleButton.js': 'tutorial/03-button-options/CircleButton.js',
70 'components/IconButton.js': 'tutorial/03-button-options/IconButton.js',
71 'components/EmojiPicker.js': 'tutorial/04-modal/EmojiPicker.js',
72 'components/EmojiList.js': 'tutorial/05-emoji-list/EmojiList.js',
73 'components/EmojiSticker.js': 'tutorial/06-gestures/CompleteEmojiSticker.js',