Home
last modified time | relevance | path

Searched refs:addListenerWithNativeCallback (Results 1 – 5 of 5) sorted by relevance

/expo/home/utils/
H A DaddListenerWithNativeCallback.ts5 const addListenerWithNativeCallback = ( constant
22 export default addListenerWithNativeCallback;
/expo/home/menu/
H A DDevMenuModule.ts4 import addListenerWithNativeCallback from '../utils/addListenerWithNativeCallback';
63 return addListenerWithNativeCallback('ExponentKernel.requestToCloseDevMenu', listener);
/expo/home/storage/
H A DLocalStorage.ts7 import addListenerWithNativeCallback from '../utils/addListenerWithNativeCallback';
95 addListenerWithNativeCallback('ExponentKernel.getHistoryUrlForExperienceId', async (event) => {
/expo/home/
H A DHomeApp.tsx33 import addListenerWithNativeCallback from './utils/addListenerWithNativeCallback';
85 addListenerWithNativeCallback('ExponentKernel.addHistoryItem', async (event) => {
/expo/home/screens/HomeScreen/
H A DHomeScreenView.tsx40 import addListenerWithNativeCallback from '../../utils/addListenerWithNativeCallback';
89 addListenerWithNativeCallback('ExponentKernel.showQRReader', async () => {