Home
last modified time | relevance | path

Searched refs:getInitialProps (Results 1 – 10 of 10) sorted by relevance

/expo/docs/pages/
H A D_document.tsx12 static async getInitialProps(ctx: DocumentContext) {
13 const initialProps = await Document.getInitialProps(ctx);
/expo/packages/eslint-config-universe/__tests__/fixtures/
H A Dweb-native-02.js12 static getInitialProps() {} method in Example
H A Dweb-native-00.js13 static getInitialProps() {} method in Example
/expo/android/expoview/src/main/java/host/exp/exponent/kernel/
H A DDevMenuModuleInterface.kt7 fun getInitialProps(): Bundle method
H A DDevMenuManager.kt80 val devMenuView = prepareRootView(devMenuModule.getInitialProps()) in showInActivity()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/internal/
H A DDevMenuModule.kt57 override fun getInitialProps(): Bundle { in getInitialProps() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/internal/
H A DDevMenuModule.kt57 override fun getInitialProps(): Bundle { in getInitialProps() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/internal/
H A DDevMenuModule.kt57 override fun getInitialProps(): Bundle { in getInitialProps() method
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/internal/
H A DDevMenuModule.kt57 override fun getInitialProps(): Bundle { in getInitialProps() method
/expo/docs/pages/guides/
H A Dusing-nextjs.mdx166 static async getInitialProps({ renderPage }) {