fix: change package name
This commit is contained in:
parent
7da8e9acce
commit
aadf41ce2c
|
@ -1,7 +1,7 @@
|
||||||
import * as React from 'react';
|
import * as React from 'react';
|
||||||
|
|
||||||
import { StyleSheet, Text, SafeAreaView, TouchableOpacity } from 'react-native';
|
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';
|
import type { EmojiType } from 'lib/typescript/types';
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "@jake7/react-native-emoji-keyboard",
|
"name": "rn-emoji-keyboard",
|
||||||
"version": "0.1.1-beta.1",
|
"version": "0.1.1-beta.1",
|
||||||
"description": ".",
|
"description": ".",
|
||||||
"main": "lib/commonjs/index",
|
"main": "lib/commonjs/index",
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@jake7/react-native-emoji-keyboard": ["./src/index"]
|
"rn-emoji-keyboard": ["./src/index"]
|
||||||
},
|
},
|
||||||
"allowUnreachableCode": false,
|
"allowUnreachableCode": false,
|
||||||
"allowUnusedLabels": false,
|
"allowUnusedLabels": false,
|
||||||
|
|
Loading…
Reference in New Issue