SYMBOL INDEX (53 symbols across 9 files) FILE: examples/App.js class App (line 8) | class App extends Component { method render (line 9) | render() { FILE: examples/Popup.js constant WIDTH (line 4) | const WIDTH = Dimensions.get('screen').width constant HEIGHT (line 5) | const HEIGHT = Dimensions.get('screen').height class Popup (line 7) | class Popup extends Component { method show (line 10) | static show({ ...config }) { method hide (line 14) | static hide() { method start (line 25) | start({ ...config }) { method hidePopup (line 65) | hidePopup() { method defaultCallback (line 85) | defaultCallback() { method handleImage (line 95) | handleImage(type) { method render (line 103) | render() { FILE: examples/Root.js class Root (line 8) | class Root extends Component { method render (line 9) | render() { FILE: examples/Toast.js class Toast (line 13) | class Toast extends Component { method show (line 16) | static show({ ...config }) { method hide (line 20) | static hide() { method start (line 31) | start({ ...config }) { method runCurrentTime (line 57) | runCurrentTime() { method runTiming (line 68) | runTiming() { method hideToast (line 76) | hideToast() { method getPercentage (line 84) | getPercentage(percentage, value) { method render (line 88) | render() { FILE: examples/android/app/src/main/java/com/examples/MainActivity.java class MainActivity (line 5) | public class MainActivity extends ReactActivity { method getMainComponentName (line 11) | @Override FILE: examples/android/app/src/main/java/com/examples/MainApplication.java class MainApplication (line 13) | public class MainApplication extends Application implements ReactApplica... method getUseDeveloperSupport (line 17) | @Override method getPackages (line 22) | @Override method getJSMainModuleName (line 31) | @Override method getReactNativeHost (line 37) | @Override method onCreate (line 42) | @Override method initializeFlipper (line 54) | private static void initializeFlipper(Context context) { FILE: src/basic/Popup/index.js constant WIDTH (line 4) | const WIDTH = Dimensions.get('screen').width constant HEIGHT (line 5) | const HEIGHT = Dimensions.get('screen').height class Popup (line 7) | class Popup extends Component { method show (line 10) | static show({ ...config }) { method hide (line 14) | static hide() { method start (line 25) | start({ ...config }) { method hidePopup (line 65) | hidePopup() { method defaultCallback (line 85) | defaultCallback() { method handleImage (line 95) | handleImage(type) { method render (line 103) | render() { FILE: src/basic/Root/index.js class Root (line 9) | class Root extends Component { method render (line 10) | render() { FILE: src/basic/Toast/index.js class Toast (line 13) | class Toast extends Component { method show (line 16) | static show({ ...config }) { method hide (line 20) | static hide() { method start (line 31) | start({ ...config }) { method runCurrentTime (line 60) | runCurrentTime() { method runTiming (line 71) | runTiming() { method hideToast (line 79) | hideToast() { method getPercentage (line 87) | getPercentage(percentage, value) { method render (line 91) | render() {