This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
notesnook
Watch
1
Star
0
Fork
0
You've already forked notesnook
mirror of
https://github.com/streetwriters/notesnook.git
synced
2025-12-23 15:09:33 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fix--disable-post-install-script
Add File
New File
Apply Patch
notesnook
/
apps
/
mobile
/
native
/
ios
/
Notesnook
/
AppDelegate.h
7 lines
98 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
mobile: update mobile app to react-native 0.72.0 (#2814) * mobile: upgrade to react-native 0.71 * mobile: update to react-native 0.72.0 * mobile: fix release build on android * mobile: fix editor stuck in loading state * mobile: fix bootsplash logo in dark mode * mobile: update patch files * mobile: cleanup * mobile: increase delay * mobile: add logs on upload * mobile: ensure editor is ready before note loading * mobile: fix ui * mobile: fix * ci: update workflow * ci: undo workflow changes --------- Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
2023-06-26 21:50:20 +05:00
#
import <RCTAppDelegate.h>
initial commit
2019-11-15 01:17:59 +05:00
#
import <UIKit
/
UIKit.h>
mobile: update mobile app to react-native 0.72.0 (#2814) * mobile: upgrade to react-native 0.71 * mobile: update to react-native 0.72.0 * mobile: fix release build on android * mobile: fix editor stuck in loading state * mobile: fix bootsplash logo in dark mode * mobile: update patch files * mobile: cleanup * mobile: increase delay * mobile: add logs on upload * mobile: ensure editor is ready before note loading * mobile: fix ui * mobile: fix * ci: update workflow * ci: undo workflow changes --------- Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
2023-06-26 21:50:20 +05:00
@
interface
AppDelegate
:
RCTAppDelegate
initial commit
2019-11-15 01:17:59 +05:00
@
end
Reference in New Issue
Copy Permalink