Skip to content

Commit bef3a3d

Browse files
committed
remove unnecessary files
1 parent 68faedb commit bef3a3d

19 files changed

+0
-413
lines changed
-4.84 KB
Binary file not shown.
-15.6 KB
Binary file not shown.
-813 Bytes
Binary file not shown.
-1.03 KB
Binary file not shown.
-1.56 KB
Binary file not shown.
-2.57 KB
Binary file not shown.
-2.47 KB
Binary file not shown.
-4.25 KB
Binary file not shown.

ios/FridayApp/AppDelegate.m

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3131
InitializeFlipper(application);
3232
#endif
3333

34-
// NSURL *jsCodeLocation;
35-
//
36-
// jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
37-
3834
[ReactNativeNavigation bootstrapWithDelegate:self launchOptions:launchOptions];
3935

4036
return YES;

ios/Podfile

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# source 'https://cdn.cocoapods.org/'
2-
31
require_relative '../node_modules/react-native/scripts/react_native_pods'
42
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
53

@@ -69,69 +67,6 @@ target 'FridayApp-tvOS' do
6967

7068
target 'FridayApp-tvOSTests' do
7169
inherit! :complete
72-
# inherit! :search_paths
7370
# Pods for testing
7471
end
7572
end
76-
77-
# source 'https://cdn.cocoapods.org/'
78-
79-
# platform :ios, '10.0'
80-
# require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
81-
82-
83-
# target 'FridayApp' do
84-
# # Comment the next line if you don't want to use dynamic frameworks
85-
# use_frameworks!
86-
87-
# # Pods for FridayApp
88-
89-
# pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
90-
# pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
91-
# pod 'RCTRequired', :path => "../node_modules/react-native/Libraries/RCTRequired"
92-
# pod 'RCTTypeSafety', :path => "../node_modules/react-native/Libraries/TypeSafety"
93-
# pod 'React', :path => '../node_modules/react-native/'
94-
# # pod 'React-Core', :path => '../node_modules/react-native/'
95-
# pod 'React-CoreModules', :path => '../node_modules/react-native/React/CoreModules'
96-
# # pod 'React-Core/DevSupport', :path => '../node_modules/react-native/'
97-
# pod 'React-RCTActionSheet', :path => '../node_modules/react-native/Libraries/ActionSheetIOS'
98-
# pod 'React-RCTAnimation', :path => '../node_modules/react-native/Libraries/NativeAnimation'
99-
# pod 'React-RCTBlob', :path => '../node_modules/react-native/Libraries/Blob'
100-
# pod 'React-RCTImage', :path => '../node_modules/react-native/Libraries/Image'
101-
# pod 'React-RCTLinking', :path => '../node_modules/react-native/Libraries/LinkingIOS'
102-
# pod 'React-RCTNetwork', :path => '../node_modules/react-native/Libraries/Network'
103-
# pod 'React-RCTSettings', :path => '../node_modules/react-native/Libraries/Settings'
104-
# pod 'React-RCTText', :path => '../node_modules/react-native/Libraries/Text'
105-
# pod 'React-RCTVibration', :path => '../node_modules/react-native/Libraries/Vibration'
106-
# # pod 'React-Core/RCTWebSocket', :path => '../node_modules/react-native/'
107-
# pod 'React-cxxreact', :path => '../node_modules/react-native/ReactCommon/cxxreact'
108-
# pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
109-
# pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
110-
# pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
111-
# pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon"
112-
# pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
113-
# pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga' :modular_headers => true
114-
# pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
115-
# pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
116-
# pod 'Folly', :podspec => '../node_modules/react-native/third-party-podspecs/Folly.podspec'
117-
# pod 'React', :path => '../node_modules/react-native/'
118-
119-
# # pod 'React-Core', :path => '../node_modules/react-native/React'
120-
# # pod 'React-DevSupport', :path => '../node_modules/react-native/React'
121-
# # pod 'React-fishhook', :path => '../node_modules/react-native/Libraries/fishhook'
122-
123-
# # pod 'React-RCTWebSocket', :path => '../node_modules/react-native/Libraries/WebSocket'
124-
125-
# # pod 'ReactNativeNavigation', :podspec => '../node_modules/react-native-navigation/ReactNativeNavigation.podspec'
126-
127-
# target 'FridayApp-tvOSTests' do
128-
# inherit! :complete
129-
# # Pods for testing
130-
# end
131-
132-
# target 'FridayAppTests' do
133-
# inherit! :complete
134-
# # Pods for testing
135-
# end
136-
137-
# end

0 commit comments

Comments
 (0)