Example React first Initial Update#267
Conversation
|
| import React from 'react' | ||
| import { SafeAreaView, StatusBar, Text } from 'react-native' | ||
| import { NavigationContainer, DefaultTheme } from '@react-navigation/native' | ||
| import { createBottomTabNavigator } from '@react-navigation/bottom-tabs' |
There was a problem hiding this comment.
Guess you have not pushed the updated package.json
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
@MrImmortal09 I Refined the UI with a bright claymorphism style and improved overall design. Connected the history screen to transaction data for accurate display. Enhanced wallet sync logic for better state handling, updated navigation dependencies. |
|
@sadeeqrabiu There is still some dependency issue, and Could you please add an onboarding screen as well? You can refer the expo-app example as well. |
##Overview
Reference to issue #250
This PR resolves the issue by refactoring the React Native example app from a single-screen layout into a clean, multi-screen architecture. This structure provides a much more realistic reference implementation of a wallet for developers integrating the SDK.
Changes Implemented:
The example app now mimics the structure of a real-world wallet application, creating a much better developer experience for anyone using the SDK as a reference.