Skip to content

Commit

Permalink
Update index.android.js
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiYz authored May 24, 2021
1 parent 074045f commit 4bcdcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/chat/emoji/index.android.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { PureComponent } from 'react'
import { View, ScrollView, StyleSheet, Platform, Dimensions, Animated, TouchableOpacity } from 'react-native'
import ViewPagerAndroid from 'react-native-pager-view';
import ViewPagerAndroid from 'react-native-pager-view'
import ViewPagerAndroidContainer from '../components/android-container'
import Control from './control'
import { EMOJIS_DATA, DEFAULT_EMOJI } from '../../source/emojis'
Expand Down

0 comments on commit 4bcdcaf

Please sign in to comment.