itinance / itinance/react-native-fs

No podspec found for `RNFS` in `./node_modules/react-native-fs`

Open
#134 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
5k
Forks
1k
PR merge metrics
No merged PRs in 30d

Description

I run "npm install react-native-fs --save" first, then
I follow the instrction and create a Podfile:

```
platform :ios, '8.0'
use_frameworks!

target 'testFile' do
pod 'RNFS', :path => './node_modules/react-native-fs'
end
```

then:
pod install

the output is:

```
Analyzing dependencies
Fetching podspec for `RNFS` from `./node_modules/react-native-fs`
[!] No podspec found for `RNFS` in `./node_modules/react-native-fs`
```

I delete "use_frameworks!" in Podfile, it still doesn't work.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.