Bruce
Bruce
Move them below use_native_modules!, that solve my problem. ``` target 'ProjectName' do config = use_native_modules! # Flags change depending on the env values. flags = get_default_flags() use_react_native!( :path => config[:reactNativePath],...
Face the same.  I want to make a v0.0.18 release. One of the packages depends on another package. I use the workspace protocol, but the version script will automatically...
Release locally, you should create a `.env` file at your root dir: ``` GITHUB_TOKEN=your_github_token ```
> @recallwei, > > Thank you for the suggestion. > > It is already possible to configure the cache location. > > * cli: `--cache-location` > * config: > ```...
Most of the projects do not use cache and CI. Is it possible to add some custom config to specify the location of the cache file?
If I use `export const MyComponent = ()=> ` I cannot set displayName, maybe I only use `function` to declare a component, it can do that.