Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions example/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const PREFERENCE_TABS = Object.values(PreferenceTab).map(preferenceTab => ({
}));

function Main(): React.JSX.Element {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const isDarkMode = useColorScheme() === 'dark';
const ketch = useKetchService();
const [selectedRegion, setSelectedRegion] = useState(KetchDataCenter.US);
Expand Down
604 changes: 543 additions & 61 deletions example/android/app/src/main/assets/index.android.bundle

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example/metro.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const path = require('path');
* @type {import('metro-config').MetroConfig}
*/

const packagePath = path.resolve(__dirname + '/../package/');
const packagePath = path.resolve(path.join(__dirname, '../package/'));

const config = {
resolver: {
Expand Down
57 changes: 47 additions & 10 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading