Skip to content

Commit

Permalink
feat: Add StyleImport for v11 (#3063)
Browse files Browse the repository at this point in the history
* feat: Add StyleImport for v11

* chore: add old-arch generation to autogenerate

* fix: remove _setTimeout from _runNativeCommand

* chore: pods cache key fix
  • Loading branch information
mfazekas authored Sep 24, 2023
1 parent 88389cd commit 657a86a
Show file tree
Hide file tree
Showing 39 changed files with 766 additions and 253 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
id: pods-cache
with:
path: ios/Pods
key: pods-${{ hashFiles('**/Podfile.lock') }}-${{ inputs.MAP_IMPL }}
key: pods-${{ hashFiles('**/Podfile.lock') }}-${{ inputs.MAP_IMPL }}-${{ inputs.NEW_ARCH }}}

- name: Install Pod Dependencies
if: steps.pods-cache.outputs.cache-hit != 'true'
Expand Down
5 changes: 4 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ To manually generate the changes, run `npm run generate`.

Notice, that changing the documentation in the individual <COMPONENT>.md within `/docs` will not suffice.
The correct way is the above described


## Generated Java files

`android/src/main/old-arch/` contains files generated with codegen scripts from `src/specs` to update those use the `codegen-old-arch.sh` script
1 change: 1 addition & 0 deletions __tests__/interface.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ describe('Public Interface', () => {
'Callout',
'Camera',
'UserLocation',
'StyleImport',

// modules
'offlineManager',
Expand Down
215 changes: 0 additions & 215 deletions android/src/main/java/com/rnmapbox/rnmbx/RNMBXPackage.java

This file was deleted.

Loading

0 comments on commit 657a86a

Please sign in to comment.