Lines Matching refs:js
35 Then, add Reanimated's Babel plugin to **babel.config.js**:
38 ```jsx babel.config.js
57 > **Tip**: We are using `-c` option here because we modified the **babel.config.js** file.
61 To accomplish this, replace the root level `<View>` component in the **App.js** with `<GestureHandl…
64 ```jsx App.js
82 Open the **EmojiSticker.js** file in the **components** directory. Inside it, import `Animated` fro…
84 ```jsx EmojiSticker.js
90 ```jsx EmojiSticker.js
101 ```jsx EmojiSticker.js
123 In the **EmojiSticker.js** file, import `TapGestureHandler` from `react-native-gesture-handler` and…
126 ```jsx EmojiSticker.js
138 ```jsx EmojiSticker.js
149 ```jsx EmojiSticker.js
167 ```jsx EmojiSticker.js
190 'components/ImageViewer.js': 'tutorial/02-image-picker/ImageViewer.js',
191 'components/Button.js': 'tutorial/03-button-options/Button.js',
192 'components/CircleButton.js': 'tutorial/03-button-options/CircleButton.js',
193 'components/IconButton.js': 'tutorial/03-button-options/IconButton.js',
194 'components/EmojiPicker.js': 'tutorial/04-modal/EmojiPicker.js',
195 'components/EmojiList.js': 'tutorial/05-emoji-list/EmojiList.js',
196 'components/EmojiSticker.js': 'tutorial/06-gestures/EmojiSticker.js',
236 In the **EmojiSticker.js**, import `PanGestureHandler` from the `react-native-gesture-handler` libr…
239 ```jsx EmojiSticker.js
246 ```jsx EmojiSticker.js
265 ```jsx EmojiSticker.js
288 ```jsx EmojiSticker.js
306 ```jsx EmojiSticker.js
336 'components/ImageViewer.js': 'tutorial/02-image-picker/ImageViewer.js',
337 'components/Button.js': 'tutorial/03-button-options/Button.js',
338 'components/CircleButton.js': 'tutorial/03-button-options/CircleButton.js',
339 'components/IconButton.js': 'tutorial/03-button-options/IconButton.js',
340 'components/EmojiPicker.js': 'tutorial/04-modal/EmojiPicker.js',
341 'components/EmojiList.js': 'tutorial/05-emoji-list/EmojiList.js',
342 'components/EmojiSticker.js': 'tutorial/06-gestures/CompleteEmojiSticker.js',