What is the "/ ios / index / DataStore" folder for "Real Development"

Basically I am wondering if the folder /ios/index/DataStorein my project should be excluded react-native initfrom version control.

By default, a file .gitignoredoes not exclude it, but it seems that the contents of this folder change with each assembly and can be easily restored by running react-native run-ios.

Could not find information about what this folder is for.

+4
source share
1 answer

xcodebuild , , .gitignore . , , Xcode > Preferences > Locations > Advanced.

, , , , , ( native 0.53.0) response-native-cli.

+2

Source: https://habr.com/ru/post/1689183/


All Articles