We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a997185 commit 61b4297Copy full SHA for 61b4297
README.md
@@ -18,7 +18,7 @@ Line SDK wrapper for React Native 🚀
18
19
### With Expo
20
21
-1. Install the JavaScript with:
+1. Install the JavaScript side with:
22
23
```bash
24
npx expo install @xmartlabs/react-native-line
example/components/Button/index.tsx
@@ -1,7 +1,7 @@
1
import { FunctionComponent } from 'react'
2
import { PressableProps, StyleSheet, Text } from 'react-native'
3
4
-import { PressableOpacity } from '../PressableOpacity'
+import { PressableOpacity } from '@/components/PressableOpacity'
5
6
interface Props extends PressableProps {
7
text?: string
0 commit comments