Skip to content

Commit ec77e4a

Browse files
authored
Merge pull request #6 from deadcoder0904/master
Correcting Manual Linking path for iOS
2 parents 3c5f3ad + 10bf7e6 commit ec77e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ npm i -S react-native-loader
1515
For Android, it works out of the box.
1616

1717
### iOS
18-
For iOS, add `ART.xcodeproj` from `node_modules/react-native/React/Libraries/ART` to your Libraries then link `libART.a`.
18+
For iOS, add `ART.xcodeproj` from `node_modules/react-native/Libraries/ART` to your Libraries then link `libART.a`.
1919

2020
## How to use
2121
```jsx

0 commit comments

Comments
 (0)