chore: fix example package name (#3)

This commit is contained in:
Jesse Katsumata 2020-11-10 00:15:27 +09:00 committed by GitHub
parent e852e9dcf4
commit 81aeed6fed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
import * as React from 'react';
import { StyleSheet, Text, View } from 'react-native';
import { MenuView } from 'react-native-menu';
import { MenuView } from '@react-native-menu/menu';
export const App = () => {
return (

View File

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