mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-02 14:10:40 +00:00
Fixes setString method name for androd
This commit is contained in:
parent
00aed18d19
commit
a1ccac15be
@ -815,7 +815,7 @@ public class RNInstabugReactnativeModule extends ReactContextBaseJavaModule {
|
||||
* @param {strings} key Key of string to override.
|
||||
*/
|
||||
@ReactMethod
|
||||
public void setStringToKey(String string, String key) {
|
||||
public void setString(String string, String key) {
|
||||
try {
|
||||
placeHolders.set(getStringToKeyConstant(key), string);
|
||||
Instabug.setCustomTextPlaceHolders(placeHolders);
|
||||
|
Loading…
x
Reference in New Issue
Block a user