react-native-colo-loco icon indicating copy to clipboard operation
react-native-colo-loco copied to clipboard

Colocate your native modules and components with your JavaScript/JSX files.

Results 7 react-native-colo-loco issues
Sort by recently updated
recently updated
newest added

How to reproduce: 1. `npx ignite-cli@latest new` 2. `npx install-colo-loco` Gets the following error: ```bash npx install-colo-loco Setting up React Native Colo Loco! App name? [AdvancedContacts] Source folder? [app] App...

This PR addresses issue #26 by making the `ios.rb` script more modular. Specifically, it extracts the functionality that removes files from the existing colocated file group that are not present...

When running a gradle task from Fastlane, if the Fastfile is defined project-wide and not in the Android / iOS respective folders, gradle fails because the relative appPath I'm providing...

In the groovy file, extract the code under this comment: ``` // loop through filesToColocate and colocate the files ``` ... into its own function.

sweep

In the ios.rb script, the functionality under this comment: ``` # Remove files from the existing colocated file_group that are not present in the colocated_files array ``` ...extract that to...

sweep

I built a new app with Ignite (love it!), and it builds fine locally. When I build in Android Studio it works fine. When I build it on AppCenter, it...

bug
help wanted