wip: using local package for development
This commit is contained in:
@@ -38,6 +38,7 @@ export const App = () => {
|
||||
|
||||
createEffect(() => {
|
||||
if (currentPlatform !== "ios" && currentPlatform !== "android") {
|
||||
console.log("not correct platform");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -51,6 +52,9 @@ export const App = () => {
|
||||
throw error;
|
||||
},
|
||||
);
|
||||
|
||||
console.log(intent);
|
||||
|
||||
setFile(
|
||||
new File([contents], intent.name ?? "no-name", {
|
||||
type: intent.content_type,
|
||||
|
||||
Reference in New Issue
Block a user