-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add support for SDK 50 * fix documentation * bump version * fix typescript errors * Fix/support sdk 50 ios build issue (#35) * apply old iOS configurations * reset yarn * add some comments * bump version * make ExcludeArchs, optional * bump version * update documentations
- Loading branch information
1 parent
b5d5802
commit 1014a12
Showing
7 changed files
with
8,453 additions
and
5,464 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
import { ExpoConfig } from "@expo/config-types"; | ||
type Options = { | ||
disableJsi?: boolean; | ||
databases?: string[]; | ||
excludeSimArch?: boolean; | ||
}; | ||
export declare function withSDK50(options: Options): (config: ExpoConfig) => ExpoConfig; | ||
declare const _default: (config: any, options: any) => any; | ||
export default _default; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.