II.
LibraryProcess overview
Reference · livelib-process:mobile-development--react-native-app-setup
specializations/mobile-development/react-native-app-setup overview
React Native App Setup and Configuration - Initialize and configure a production-ready React Native application with best practices and essential libraries including navigation, state management, API integration, and testing infrastructure.
Attributes
displayName
specializations/mobile-development/react-native-app-setup
description
React Native App Setup and Configuration - Initialize and configure a production-ready React Native application
with best practices and essential libraries including navigation, state management, API integration, and testing infrastructure.
libraryPath
library/specializations/mobile-development/react-native-app-setup.js
specialization
mobile-development
references
- - React Native Documentation: https://reactnative.dev/
- - React Navigation: https://reactnavigation.org/
- - Redux Toolkit: https://redux-toolkit.js.org/
- - React Native Testing Library: https://callstack.github.io/react-native-testing-library/
example
const result = await orchestrate('specializations/mobile-development/react-native-app-setup', {
projectName: 'MyAwesomeApp',
targetPlatforms: ['ios', 'android'],
features: {
navigation: 'react-navigation',
stateManagement: 'redux-toolkit',
apiClient: 'react-query'
},
designSystem: { theme: 'custom', components: 'react-native-paper' },
useExpo: false
});
usesAgents
- react-native-dev
- offline-storage
- mobile-testing
- fastlane-cicd
- technical-writer
Outgoing edges
lib_applies_to_domain1
- domain:mobile·DomainMobile
lib_belongs_to_specialization1
- specialization:mobile-development·Specialization
lib_covers_topic1
- topic:accessibility·TopicAccessibility
lib_implements_workflow2
- workflow:mobile-app-submission·WorkflowMobile App Submission
- workflow:release-management·Workflow
lib_involves_role1
- role:mobile-engineer·RoleMobile Engineer
lib_requires_skill_area3
- skill-area:ios-native·SkillAreaiOS Native Development
- skill-area:android-native·SkillAreaAndroid Native Development
- skill-area:react-native-development·SkillAreaReact Native Development
uses_agent1
- lib-agent:meta--technical-writer·LibraryAgenttechnical-writer
Incoming edges
None.