Skip to content

Commit ee8b6c1

Browse files
committed
bump to 0.1.2 and rename package
1 parent 51374db commit ee8b6c1

File tree

15 files changed

+9
-12
lines changed

15 files changed

+9
-12
lines changed

.github/workflows/nodejs-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 22
2020
- run:
21-
cd packages/rtn-hce-module-ios
21+
cd packages/react-native-hce-module-ios
2222
- run: yarn
2323
- run: yarn pack
2424

@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4747
- run: |
48-
cd packages/rtn-hce-module-ios
48+
cd packages/react-native-hce-module-ios
4949
yarn npm publish --provenance --access public
5050
5151
publish-gpr:
@@ -72,5 +72,5 @@ jobs:
7272
env:
7373
NODE_AUTH_TOKEN: ${{ github.token }}
7474
- run: |
75-
cd packages/rtn-hce-module-ios
75+
cd packages/react-native-hce-module-ios
7676
yarn npm publish --provenance --access public

.yarnrc.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
11
nodeLinker: node-modules
2-
npmRegistryServer: "https://npm.pkg.github.com"
3-
npmAuthToken: "dsadsadsada"
4-
npmAlwaysAuth: true

packages/demo-hce-module-ios-app/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22
import {SafeAreaView, StyleSheet, Text, Button, Alert} from 'react-native';
33
import {Buffer} from 'buffer/';
44

5-
import NativeHCEModuleIOS from '@icedevml/rtn-hce-module-ios/js/NativeHCEModuleIOS';
5+
import NativeHCEModuleIOS from '@icedevml/react-native-hce-module-ios/js/NativeHCEModuleIOS';
66

77
function App(): React.JSX.Element {
88
React.useEffect(() => {

packages/demo-hce-module-ios-app/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2444,7 +2444,7 @@ DEPENDENCIES:
24442444
- ReactAppDependencyProvider (from `build/generated/ios`)
24452445
- ReactCodegen (from `build/generated/ios`)
24462446
- ReactCommon/turbomodule/core (from `../../../node_modules/react-native/ReactCommon`)
2447-
- "RTNHCEModuleIOS (from `../../../node_modules/@icedevml/rtn-hce-module-ios`)"
2447+
- "RTNHCEModuleIOS (from `../../../node_modules/@icedevml/react-native-hce-module-ios`)"
24482448
- SocketRocket (~> 0.7.1)
24492449
- Yoga (from `../../../node_modules/react-native/ReactCommon/yoga`)
24502450

@@ -2597,7 +2597,7 @@ EXTERNAL SOURCES:
25972597
ReactCommon:
25982598
:path: "../../../node_modules/react-native/ReactCommon"
25992599
RTNHCEModuleIOS:
2600-
:path: "../../../node_modules/@icedevml/rtn-hce-module-ios"
2600+
:path: "../../../node_modules/@icedevml/react-native-hce-module-ios"
26012601
Yoga:
26022602
:path: "../../../node_modules/react-native/ReactCommon/yoga"
26032603

packages/demo-hce-module-ios-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest"
1111
},
1212
"dependencies": {
13-
"@icedevml/rtn-hce-module-ios": "workspace:^",
13+
"@icedevml/react-native-hce-module-ios": "workspace:^",
1414
"@react-native/new-app-screen": "0.81.4",
1515
"react": "19.1.0",
1616
"react-native": "0.81.4",
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/rtn-hce-module-ios/RTNHCEModuleIOS.podspec renamed to packages/react-native-hce-module-ios/RTNHCEModuleIOS.podspec

File renamed without changes.

packages/rtn-hce-module-ios/ios/RTNHCEModuleIOS-Bridging-Header.h renamed to packages/react-native-hce-module-ios/ios/RTNHCEModuleIOS-Bridging-Header.h

File renamed without changes.

0 commit comments

Comments
 (0)