UNPKG

react-native-dom-expo

Version:

A patch library to make Expo work with react-native-dom

8 lines (5 loc) 177 B
import { RCTModule } from 'react-native-dom'; export default class Notifications extends RCTModule { static moduleName = 'ExponentNotifications'; // not implemented yet }