Skip to content

Instantly share code, notes, and snippets.

@ajithvgiri
Created August 15, 2021 14:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajithvgiri/fa0ef46e71f48cff46416d0691dcbad5 to your computer and use it in GitHub Desktop.
Save ajithvgiri/fa0ef46e71f48cff46416d0691dcbad5 to your computer and use it in GitHub Desktop.
package ch.milosz.reactnative;
public class AndroidNative {
public static class AppConstants {
public static Boolean isAppForeground = true;
public static Boolean isMeetingStarted = false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment