UNPKG

react-native-dom-expo

Version:

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

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