📝 Code refactor

This commit is contained in:
Salma ElTarzi 2018-01-23 17:23:52 +02:00
parent 82a05aef86
commit 89d9f18ccb
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ export default class App extends Component<{}> {
switchValue: false,
colorTheme: 'Dark'
};
Instabug.startWithToken("8020a1fab5139a4be54038a9728c4dc8", Instabug.invocationEvent.shake);
Instabug.startWithToken("APP_TOKEN", Instabug.invocationEvent.shake);
Instabug.setReportCategories("Performance","UI","Flow","Other");
Instabug.setPromptOptionsEnabled(true, true, true);
Instabug.setLocale(Instabug.locale.english);

View File

@ -26,7 +26,7 @@ public class MainApplication extends Application implements ReactApplication {
new MainReactPackage(),
new RNInstabugReactnativePackage.Builder("YOUR_ANDROID_APPLICATION_TOKEN",MainApplication.this)
.setInvocationEvent("shake")
.setPrimaryColor("#1D82DC")
.setPrimaryColor("#1D82DC")
.setFloatingEdge("left")
.setFloatingButtonOffsetFromTop(250)
.build()