Skip to content

Commit 1c8cc1e

Browse files
feat: support app variant
1 parent 475dfab commit 1c8cc1e

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

android/src/main/java/com/instabug/reactlibrary/RNInstabug.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public Builder setInvocationEvents(InstabugInvocationEvent... invocationEvents)
238238
}
239239

240240
/**
241-
* Sets the invocation triggering events for the SDK's user interface
241+
* Sets the the current App variant
242242
*
243243
* @param appVariant the current App variant to work with.
244244
*/

android/src/main/java/com/instabug/reactlibrary/RNInstabugReactnativeModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ public void run() {
10441044
}
10451045

10461046
/**
1047-
* @deprecated see {@link #addFeatureFlags(ReadableMap)}
1047+
* @deprecated see {@link #addFeatureFlags(ReadableArray)}
10481048
*/
10491049
@ReactMethod
10501050
public void addExperiments(final ReadableArray experiments) {

examples/default/ios/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ target 'InstabugExample' do
1616
rn_maps_path = '../node_modules/react-native-maps'
1717
pod 'react-native-google-maps', :path => rn_maps_path
1818
# add this line
19-
# pod 'Instabug', :podspec => 'https://ios-releases.instabug.com/custom/feature-expose_network_limit-expose_body_limit/15.0.1/Instabug.podspec'
2019
# Flags change depending on the env values.
2120
flags = get_default_flags()
2221

0 commit comments

Comments
 (0)