Skip to content

Commit

Permalink
fix: add check for ios platform for using fragment view
Browse files Browse the repository at this point in the history
  • Loading branch information
Subhash703 committed Jul 24, 2024
1 parent 71a5ccd commit fd8963a
Show file tree
Hide file tree
Showing 13 changed files with 393 additions and 745 deletions.

This file was deleted.

Binary file not shown.

This file was deleted.

2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ buildscript {
// Hyper SDK
clientId = 'geddit'
hyperSDKVersion = "2.1.25"
excludedMicroSDKs = ["hyperapay"]
excludedMicroSDKs = []
}
repositories {
google()
Expand Down
2 changes: 2 additions & 0 deletions example/ios/HyperSdkReactExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = GE8BT8LF5K;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = HyperSdkReactExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
Expand Down Expand Up @@ -519,6 +520,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = GE8BT8LF5K;
INFOPLIST_FILE = HyperSdkReactExample/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down
Binary file added example/ios/assets/images/promotion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
679 changes: 343 additions & 336 deletions example/ios/main.jsbundle

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { createStackNavigator } from '@react-navigation/stack';
import { NavigationContainer } from '@react-navigation/native';
import HomeScreen from './HomeScreen';
import ProcessScreen from './ProcessScreen';
import OfferScreen from './OfferScreen';

const AppNavigator = createStackNavigator();

Expand All @@ -27,11 +26,6 @@ const App = () => (
component={ProcessScreen}
options={{ title: 'Process Screen' }}
/>
<AppNavigator.Screen
name="OfferScreen"
component={OfferScreen}
options={{ title: 'Offer Screen' }}
/>
</AppNavigator.Navigator>
</NavigationContainer>
);
Expand Down
10 changes: 0 additions & 10 deletions example/src/OfferScreen.tsx

This file was deleted.

Loading

0 comments on commit fd8963a

Please sign in to comment.