INNER CODE UNIT · JavaScript

AppRegistry

instea/react-native-popup-menu · __mocks__/react-native.js:23

class AppRegistry {
  static registerComponent () {
  }
}

const Animated = {
  timing: () => ({ start: () => undefined }),
  Value: () => ({ interpolate: () => false }),
  View: View,
};

const I18nManager = {
  isRTL: false,
};

const Text = () => "Text";
const TouchableHighlight = () => false;
const TouchableWithoutFeedback = () => false;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…