We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f404323 commit 7fa2976Copy full SHA for 7fa2976
flexa-react-native.podspec
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
}
23
24
s.dependency "React-Core"
25
- s.dependency "Flexa", "~> 1.1.1"
+ s.dependency "Flexa", "~> 1.1.2"
26
27
# Don't install the dependencies when we run `pod install` in the old architecture.
28
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@flexa/flexa-react-native",
3
- "version": "1.0.12",
+ "version": "1.0.13",
4
"description": "Flexa Components",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
0 commit comments