fix: change package name

This commit is contained in:
Jakub Grzywacz 2021-07-19 19:34:41 +02:00
parent 7da8e9acce
commit aadf41ce2c
No known key found for this signature in database
GPG Key ID: 5BBB685871FF63C4
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
import * as React from 'react';
import { StyleSheet, Text, SafeAreaView, TouchableOpacity } from 'react-native';
import EmojiPicker from '@jake7/react-native-emoji-keyboard';
import EmojiPicker from 'rn-emoji-keyboard';
import type { EmojiType } from 'lib/typescript/types';
export default function App() {

View File

@ -1,5 +1,5 @@
{
"name": "@jake7/react-native-emoji-keyboard",
"name": "rn-emoji-keyboard",
"version": "0.1.1-beta.1",
"description": ".",
"main": "lib/commonjs/index",

View File

@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@jake7/react-native-emoji-keyboard": ["./src/index"]
"rn-emoji-keyboard": ["./src/index"]
},
"allowUnreachableCode": false,
"allowUnusedLabels": false,