Skip to content

Commit 61b4297

Browse files
committed
chore: tiny readme change
1 parent a997185 commit 61b4297

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Line SDK wrapper for React Native 🚀
1818

1919
### With Expo
2020

21-
1. Install the JavaScript with:
21+
1. Install the JavaScript side with:
2222

2323
```bash
2424
npx expo install @xmartlabs/react-native-line

example/components/Button/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { FunctionComponent } from 'react'
22
import { PressableProps, StyleSheet, Text } from 'react-native'
33

4-
import { PressableOpacity } from '../PressableOpacity'
4+
import { PressableOpacity } from '@/components/PressableOpacity'
55

66
interface Props extends PressableProps {
77
text?: string

0 commit comments

Comments
 (0)