1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Mobile: Upgrade to React Native 0.77 (#12179)

This commit is contained in:
Henry Heino
2025-05-19 15:02:18 -07:00
committed by GitHub
parent cbf6d5506f
commit a4dacd65e6
38 changed files with 4191 additions and 3262 deletions

View File

@@ -237,7 +237,7 @@ export const settingsSections = createSelector(
} else {
output.push(...([
'tools', 'importOrExport', 'moreInfo',
].map(name => {
].map((name): SettingMetadataSection => {
return {
name,
metadatas: [],