Cepheus

Results 4 comments of Cepheus

if you are using latest rn,the rn-cli.config.js should be like this `module.exports = { transformer: { babelTransformerPath: require.resolve('react-native-typescript-transformer'), }, };` you can follow the metro-bundler document [https://facebook.github.io/metro/docs/en/configuration](url)

@feiniks that was not a configuration error, i was checked seaf-daemon's source code, before seafile sync repo, do_check_dir_locked will be invoked,but this function was not following the `seafile-ignore.txt`, because of...

@feiniks here is my `seafile-ignore.txt` ``` */node_modules/ */.idea/ */.vscode/ */.gradle/ */.git/ */.vs/ */android/app/build/ */obj/ */build/ */dist/ */.dart_tool/ */bin/ */Go/*/bin/ */php/*/storage/ */publish/ */packages/ */*.log */.rpt2_cache/ */target/ */Python/*/venv .plugin_symlinks/ */.plugin_symlinks/ *plugin_symlinks* .plugin_symlinks*...

@feiniks i add `Dart/Whale/movie/windows/flutter/ephemeral/.plugin_symlinks/` and `Dart/Whale/movie/windows/flutter/ephemeral/.plugin_symlinks/*` to `seafile-ignore.txt` but it was no effect