React-native-fs: undefined is not an object (evaluating 'RNFSManager.RNFSFileTypeRegular')

Created on 6 Dec 2017  路  1Comment  路  Source: itinance/react-native-fs

I got this error in RN 0.49:undefined is not an object (evaluating 'RNFSManager.RNFSFileTypeRegular')

I have tried:
npm install react-native-fs --save
react-native link react-native-fs
and delete ios/build,delete node_moudles,delete app and rebuild again.
But not work.

I just used by a simple code:
var RNFS = require('react-native-fs');

I only run on IOS,and terminal show:
rnpm-install info Android module react-native-fs is already linked
rnpm-install info iOS module react-native-fs is already linked

I have no idea to solve, anyone can help me?

Most helpful comment

It work by Adding Manually in XCode,thanks

>All comments

It work by Adding Manually in XCode,thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

1556173267 picture 1556173267  路  3Comments

AbdelkaderOumrani picture AbdelkaderOumrani  路  3Comments

ToJen picture ToJen  路  4Comments

duckmyanmar picture duckmyanmar  路  3Comments

PimDeWitte picture PimDeWitte  路  4Comments