Hard Hard.. Upgrade from expokit again

I am facing another issue and having another hard time trying to solve myself. I hope you could give me any idea. I"ve succeeded in buidling ios but not I can’t import the js.


I have the right import statement like below and it is working fine in my previous expo25-detached project.

import { Platform, StatusBar, StyleSheet, View } from 'react-native';
    "assetBundlePatterns": [
      "**/*",
      "assets/**",
      "node_modules/react-navigation/src/**/*.png",
      "node_modules/@expo/vector-icons/fonts/*.ttf"
    ],

I’ve tried with below too.

    "assetBundlePatterns": [
      "**/*",
    ],

Above is my assetBundlePatterns, wondering if this can be related. I am comparing with expo 26 detached project very thoroughly, one by one, it is very much time consuming…

P.S. Haven’t got into Android yet. I’m afraid if there is much more to go for like last time.