Skip to content

Commit

Permalink
refactor(AsyncStorage): move iOS files from react-native-github
Browse files Browse the repository at this point in the history
Summary:
## Changelog:
[iOS][Removed] - Removed AsyncStorage module

Reviewed By: lunaleaps

Differential Revision: D40283712

fbshipit-source-id: 5e74c71915c2fbba4363e3fc917555039069038e
  • Loading branch information
hoxyq authored and facebook-github-bot committed Oct 31, 2022
1 parent 5738fe6 commit 4de2aab
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 523 deletions.
3 changes: 0 additions & 3 deletions React/CoreModules/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ rn_apple_library(
) + react_module_plugin_providers(
name = "AlertManager",
native_class_func = "RCTAlertManagerCls",
) + react_module_plugin_providers(
name = "AsyncLocalStorage",
native_class_func = "RCTAsyncLocalStorageCls",
) + react_module_plugin_providers(
name = "Timing",
native_class_func = "RCTTimingCls",
Expand Down
1 change: 0 additions & 1 deletion React/CoreModules/CoreModulesPlugins.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Class RCTI18nManagerCls(void) __attribute__((used));
Class RCTSourceCodeCls(void) __attribute__((used));
Class RCTActionSheetManagerCls(void) __attribute__((used));
Class RCTAlertManagerCls(void) __attribute__((used));
Class RCTAsyncLocalStorageCls(void) __attribute__((used));
Class RCTTimingCls(void) __attribute__((used));
Class RCTStatusBarManagerCls(void) __attribute__((used));
Class RCTKeyboardObserverCls(void) __attribute__((used));
Expand Down
1 change: 0 additions & 1 deletion React/CoreModules/CoreModulesPlugins.mm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Class RCTCoreModulesClassProvider(const char *name) {
{"SourceCode", RCTSourceCodeCls},
{"ActionSheetManager", RCTActionSheetManagerCls},
{"AlertManager", RCTAlertManagerCls},
{"AsyncLocalStorage", RCTAsyncLocalStorageCls},
{"Timing", RCTTimingCls},
{"StatusBarManager", RCTStatusBarManagerCls},
{"KeyboardObserver", RCTKeyboardObserverCls},
Expand Down
41 changes: 0 additions & 41 deletions React/CoreModules/RCTAsyncLocalStorage.h

This file was deleted.

0 comments on commit 4de2aab

Please sign in to comment.