expo-emoji-picker
v1.0.0
Published
Emoji Picker for React Native
Downloads
112
Maintainers
Readme
expo-emoji-picker
Emoji Picker for React Native.
Installation
npx expo install expo-emoji-pickerFor bare React Native projects, you must ensure that you have installed and configured the expo package before continuing.
Configuration for iOS 🍏
This is only required for usage in bare React Native apps.
Run npx pod-install after installing the npm package.
Configuration for Android 🤖
No further steps are needed on Android
Usage
import { EmojiPicker } from "expo-emoji-picker";
// ...
const [emoji, setEmoji] = useState("🫡");
<View>
<EmojiPicker onEmojiSelected={setEmoji}>
<Text style={styles.buttonText}>Open Emoji Picker</Text>
</EmojiPicker>
</View>;Contributing
Contributions are welcome!
