-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get remote config value for key fix (#239)
* Fixed bug in Android where getRemoteConfigValueForKey method returned RCData * Versioning * Update CountlyReactNative.java * Update CountlyReactNative.java * Update CHANGELOG.md --------- Co-authored-by: Artūrs Kadiķis <[email protected]>
- Loading branch information
1 parent
d22603e
commit 0f1ac39
Showing
6 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ rm App.js | |
curl https://raw.githubusercontent.com/Countly/countly-sdk-react-native-bridge/master/example/App.js --output App.js | ||
curl https://raw.githubusercontent.com/Countly/countly-sdk-react-native-bridge/master/example/Example.js --output Example.js | ||
|
||
yarn add [email protected].0 | ||
yarn add [email protected].1 | ||
|
||
cd ./ios | ||
pod install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "countly-sdk-react-native-bridge", | ||
"version": "23.6.0", | ||
"version": "23.6.1", | ||
"author": "Countly <[email protected]> (https://count.ly/)", | ||
"bugs": { | ||
"url": "https://github.com/Countly/countly-sdk-react-native-bridge/issues" | ||
|