Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package.json + template.config.js + dependency on @react-native-community/cli #7

Merged

Commits on Mar 15, 2024

  1. chore: Add a package.json

    blakef committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    2559925 View commit details
    Browse the repository at this point in the history
  2. chore: add template.config.js

    Necessary for bootstrapping from CLI
    blakef committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    42ad9f3 View commit details
    Browse the repository at this point in the history
  3. feat: RFC-0759 use @react-native/core-cli-utils for 0.75 iOS autolinking

    The dependency graph looks like this for the iOS Podfile:
    
      [@react-native-community/cli-platforms-ios/autolinking.rb]
      |
      v
      [react-native/scripts/react_native_pods.rb]
      |
      |-+ def use_react_native!()
      | + all ./cocoapods/* libraries for codegen
      | |
      | v
      | [@react-native/core-cli-utils/autolinking/ios/link_native_modules.rb]
      | |-+ def link_native_modules!()
      |
      + def list_native_modules!()
      + def autolink_native_modules!()
      |
      v
      [legacy: native_modules.rb]
      |-+ def use_native_modules!()
    
    We need all of the methods for codegen to work.
    blakef committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    dfbb6d1 View commit details
    Browse the repository at this point in the history