Skip to content

Commit f657bf6

Browse files
committed
[framework] append react-pager-view
1 parent ffa006b commit f657bf6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ios-carthage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: CocoaPods Install
16-
run: pod install
16+
run: npx pod-install
1717
- name: Carthage build
1818
run: carthage build --no-skip-current --use-xcframeworks
1919
- name: Commit files

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-component",
33
"title": "React Component",
4-
"version": "1.1.2",
4+
"version": "1.2.0",
55
"description": "Tool to create a React Native library with a command-line interface",
66
"main": "index.js",
77
"scripts": {

react-component.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "react-component"
4-
s.version = "1.1.2"
4+
s.version = "1.2.0"
55
s.summary = "An runtime base on react-native."
66
s.description =
77
<<-DESC

0 commit comments

Comments
 (0)