ReactNavigationRelayModern
React Navigation integration with Relay
Install / Use
/learn @entria/ReactNavigationRelayModernREADME
React Native + React-Navigation + Relay Modern
This is a sample repository that shows how to integrate React Native with ReactNavigation and Relay Modern.
For the Relay-Classic Version see this branch
It is connecting to this boilerplate code graphql-dataloader-boilerplate

Description
data/contains schema(.json/.graphql) of your GraphQL server. It will be used by Relay to compile your graphql queries to codeyarn relayoryarn relay:watchare used to convert graphql literals into generated files. The second command watch changes whendata/files are updated
.babelrc for Relay Modern
{
"plugins": [
["relay", {"schema": "data/schema.json"}]
],
}
Relay Environment
The file src/createRelayEnvironment.js creates a Relay Environment and a Network instance that configures Relay with a function to fetch queries from the remote server
ReactNavigation + Relay Modern
- You should use a Relay Container such as FragmentContainer, PaginationContainer or others in any component that will be
pushedinto aStackNavigation- For instance, check UserList#createPaginationContainer
-
Pushing a route that uses Relay and depends on a parameter UserList#navigate
-
Define that your route will need a parameter from react-navigation like these UserDetail#query
-
You also need to define it inside
variablesUserDetail#variables
Related Skills
node-connect
343.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
92.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
