react-native-emojis-picker
Version:
A simple emoji picker for React Native and Expo. It's built with TypeScript and uses Reanimated 2 for smooth animations.
49 lines (48 loc) • 1.37 kB
JSON
{
"name": "react-native-emojis-picker",
"version": "0.0.2",
"description": "A simple emoji picker for React Native and Expo. It's built with TypeScript and uses Reanimated 2 for smooth animations.",
"keywords": [
"expo",
"emoji",
"react-native",
"react-native-emoji",
"expo-emoji",
"react-native-emoji-picker",
"expo-emoji-picker",
"emoji-picker",
"react-native-emojis-picker"
],
"author": "Majed Al-Otaibi <Majed@skiff.com>",
"repository": {
"url": "https://github.com/Majiedo/react-native-emojis-picker"
},
"scripts": {
"build": "tsup",
"dev": "rm -rf dist && rm -rf react-native-emojis-picker-*.tgz && tsup && npm pack && cd example && npm uninstall react-native-emojis-picker && npm install ../react-native-emojis-picker-*.tgz && npm run ios"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist/**/*"
],
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.48",
"@types/react-native": "^0.73.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"@gorhom/portal": "^1.0.14",
"emoji-datasource": "^15.0.1",
"expo-blur": "12.9.1",
"nanoid": "^5.0.5",
"react-native-reanimated": "^3.6.2"
}
}