unable to load script make sure you are either running a metro server --solved

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ต.ค. 2024

ความคิดเห็น • 131

  • @macowigo3306
    @macowigo3306 5 ปีที่แล้ว +70

    okay these steps worked for me after i combined several answers
    1.create directory android/app/src/main/assets
    2. edit file the project node_modules\metro-config\src\defaults\blacklist.js
    Replace :
    var sharedBlacklist = [
    /node_modules[/\\]react[/\\]dist[/\\].*/,
    /website\/node_modules\/.*/,
    /heapCapture\/bundle\.js/,
    /.*\/__tests__\/.*/
    ];
    with :
    var sharedBlacklist = [
    /node_modules[\/\\]react[\/\\]dist[\/\\].*/,
    /website\/node_modules\/.*/,
    /heapCapture\/bundle\.js/,
    /.*\/__tests__\/.*/
    ];
    3.Finaly
    run following command from project root directory
    react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res

    • @VASANIMITHIL999
      @VASANIMITHIL999 5 ปีที่แล้ว +1

      it works, thank you so much

    • @olegs77
      @olegs77 5 ปีที่แล้ว +1

      Thank you ! been crushing my head on this more than 3 days!!!

    • @theredl9541
      @theredl9541 5 ปีที่แล้ว +2

      Works perfectly, thanks

    • @daide2691
      @daide2691 5 ปีที่แล้ว +1

      it worked. Thank so much!

    • @natanrv2
      @natanrv2 4 ปีที่แล้ว +1

      i love u brother

  • @eduardogomezmorales
    @eduardogomezmorales ปีที่แล้ว +2

    You have my respect, master.

  • @mazrobby687
    @mazrobby687 7 หลายเดือนก่อน +1

    Thank you, it's work

  • @adhamfatine9032
    @adhamfatine9032 ปีที่แล้ว

    you are the best
    i spent 10 hours looking for the solution of this problem
    brooo u saved myyyy life
    thanks a lot

  • @daide2691
    @daide2691 5 ปีที่แล้ว +5

    it worked. Thank so much!

  • @suryak5202
    @suryak5202 5 ปีที่แล้ว +5

    OMG YOU ARE A LEGEND THANK YOU VERY MUCH.:))))))))

  • @sparshkumar9672
    @sparshkumar9672 10 หลายเดือนก่อน

    thanks a lot ... I was really worried about the error and tried several solutions but nothing work for me ... thanks a lot for you to make this videos it helped me and I was able to solve my error

  • @mathewuy527
    @mathewuy527 5 ปีที่แล้ว +8

    Man you saved me Thank you!!!!

  • @johnfreitas250
    @johnfreitas250 4 ปีที่แล้ว +1

    Great. Worked here. Thanks for sharing!

  • @icoomkarbiradar6636
    @icoomkarbiradar6636 10 หลายเดือนก่อน

    2 nd link worked for me thanks buddy❤🙏

  • @dheyson-alves
    @dheyson-alves 4 ปีที่แล้ว +3

    Thanks man, great job!

  • @RajatKumar-yi6gz
    @RajatKumar-yi6gz 4 ปีที่แล้ว

    Worked Like A Charm. Thanks Buddy.

  • @olegs77
    @olegs77 5 ปีที่แล้ว +3

    thank you man for your efforts! made
    my day!

  • @codesoulsgoritmos
    @codesoulsgoritmos 5 ปีที่แล้ว +4

    Obrigado cara, vc salvou minha vida :) ( Thanks man, you saved my life. )

    • @Anunciacaosilas
      @Anunciacaosilas 4 ปีที่แล้ว

      Mano, boa tarde! Não consegui resolver aqui no meu pc , vc poderia me dá um help ?

    • @codesoulsgoritmos
      @codesoulsgoritmos 4 ปีที่แล้ว

      @@Anunciacaosilas é o mesmo erro que aparece no vídeo?

    • @codesoulsgoritmos
      @codesoulsgoritmos 4 ปีที่แล้ว

      @@Anunciacaosilas Se não tá funcionando faz assim:
      1: Criar a pasta assets lá dentro de android/app/src/main do projeto
      2: O meu eu tive que editar o arquivo blacklist.js, não sei o motivo, mas pelo que andei lendo tem alguma com render.
      Ele tá assim:
      var sharedBlacklist = [
      /node_modules[/\\]react[/\\]dist[/\\].*/,
      /website\/node_modules\/.*/,
      /heapCapture\/bundle\.js/,
      /.*\/__tests__\/.*/
      ];
      Apaga e põe esse:
      var sharedBlacklist = [
      /node_modules[\/\\]react[\/\\]dist[\/\\].*/,
      /website\/node_modules\/.*/,
      /heapCapture\/bundle\.js/,
      /.*\/__tests__\/.*/
      ];
      Ai roda o comando no prompt, mas usa em modo administrador:
      react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
      E dopois compila que vai da certo.
      Obs.: Tenho que fazer essa gambiarra em cada um dos projetos que faço aqui. Abrçs, avise se deu certo.

    • @Anunciacaosilas
      @Anunciacaosilas 4 ปีที่แล้ว +1

      @@codesoulsgoritmos Funcionou aqui irmão! Muito obrigado! Tô iniciando na área de programação . Poderia me tirar outra dúvida ? Rs
      Fala cmg por e-mail :Sillas_17@hotmail.com
      please

    • @codesoulsgoritmos
      @codesoulsgoritmos 4 ปีที่แล้ว

      @@Anunciacaosilas pode enviar suas dúvidas para franklin.dantas@vimcesistemas.com.br , assim que possível eu respondo. Abrçs e boa sorte.

  • @giathanhhoang7602
    @giathanhhoang7602 4 ปีที่แล้ว +1

    Thank you so much, your instruction help me to solve my headache problem. Thank you.

  • @dev9012
    @dev9012 2 ปีที่แล้ว +1

    but there is no chancges in the app when i change something in file

  • @kiniunapps3114
    @kiniunapps3114 4 ปีที่แล้ว +2

    Thanks it worked!

  • @NerosMundo
    @NerosMundo 4 ปีที่แล้ว +2

    si no les resulta agregan esto al android.manifest : android:usesCleartextTraffic="true"

  • @anshvarun653
    @anshvarun653 5 ปีที่แล้ว +4

    thanks :) , it worked for me !

  • @rodrigoborges2920
    @rodrigoborges2920 4 ปีที่แล้ว

    Thanks a lot!!!
    And keep going!

  • @meriemghrib1828
    @meriemghrib1828 3 ปีที่แล้ว +1

    thhaanks

  • @msmoritka5226
    @msmoritka5226 4 ปีที่แล้ว +1

    You're perfect!!! Thank you :)

  • @michawalatek2898
    @michawalatek2898 2 ปีที่แล้ว

    It work correctly. Thank you.

  • @diamantisufi6133
    @diamantisufi6133 4 ปีที่แล้ว

    Hi, after running this command to bundle to assets, I still get this error. Any idea of how to solve it? Thanks!
    error SHA-1 for file C:\Users\Diamant\AppData\Roaming
    pm
    ode_modules\@react-native-community\cli
    ode_modules\metro\src\lib\polyfills
    equire.js (C:\Users\Diamant\AppData\Roaming
    pm
    ode_modules\@react-native-community\cli
    ode_modules\metro\src\lib\polyfills
    equire.js) is not computed. Run CLI with --verbose flag for more details.
    ReferenceError: SHA-1 for file C:\Users\Diamant\AppData\Roaming
    pm
    ode_modules\@react-native-community\cli
    ode_modules\metro\src\lib\polyfills
    equire.js (C:\Users\Diamant\AppData\Roaming
    pm
    ode_modules\@react-native-community\cli
    ode_modules\metro\src\lib\polyfills
    equire.js) is not computed
    at DependencyGraph.getSha1 (C:\Users\Diamant\AppData\Roaming
    pm
    ode_modules\@react-native-community\cli
    ode_modules\metro\src
    ode-haste\DependencyGraph.js:259:13)
    at C:\Users\Diamant\AppData\Roaming
    pm
    ode_modules\@react-native-community\cli
    ode_modules\metro\src\DeltaBundler\Transformer.js:211:26
    at Generator.next ()
    at asyncGeneratorStep (C:\Users\Diamant\AppData\Roaming
    pm
    ode_modules\@react-native-community\cli
    ode_modules\metro\src\DeltaBundler\Transformer.js:46:24)
    at _next (C:\Users\Diamant\AppData\Roaming
    pm
    ode_modules\@react-native-community\cli
    ode_modules\metro\src\DeltaBundler\Transformer.js:66:9)
    at C:\Users\Diamant\AppData\Roaming
    pm
    ode_modules\@react-native-community\cli
    ode_modules\metro\src\DeltaBundler\Transformer.js:71:7
    at new Promise ()
    at C:\Users\Diamant\AppData\Roaming
    pm
    ode_modules\@react-native-community\cli
    ode_modules\metro\src\DeltaBundler\Transformer.js:63:12
    at Transformer.transformFile (C:\Users\Diamant\AppData\Roaming
    pm
    ode_modules\@react-native-community\cli
    ode_modules\metro\src\DeltaBundler\Transformer.js:236:7)
    at C:\Users\Diamant\AppData\Roaming
    pm
    ode_modules\@react-native-community\cli
    ode_modules\metro\src\Bundler.js:87:34

  • @irfanthomi2882
    @irfanthomi2882 4 ปีที่แล้ว +3

    it's work Thank you..

  • @taciano.machado
    @taciano.machado 3 ปีที่แล้ว

    Perfeito, estava aparecendo isso em meu smartphone quando fazia o debug, mas agora está tudo ok, muito obrigado!!!

  • @BlessedstudioTV
    @BlessedstudioTV 4 ปีที่แล้ว

    Bro Great work. It has worked for me.

  • @আঁখিআক্তার-হ৬থ
    @আঁখিআক্তার-হ৬থ 4 ปีที่แล้ว +4

    Thank u bro.. You save me

  • @ВладимирР-ц2ж
    @ВладимирР-ц2ж 3 ปีที่แล้ว +1

    One more solution - just turn off your antivirus!!! It may block some ports

  • @margaretgalicia5006
    @margaretgalicia5006 3 ปีที่แล้ว

    Gracias por su aporte!! me sirvió de mucho . Mil Gracias!!

  • @premanand3117
    @premanand3117 3 ปีที่แล้ว

    thanks man,Its working fine for me too

  • @RafaelSouzas2
    @RafaelSouzas2 4 ปีที่แล้ว +4

    Thank's man

  • @juampi46
    @juampi46 4 ปีที่แล้ว

    Thank you very much! it worked!

  • @paulomarcio
    @paulomarcio 4 ปีที่แล้ว

    Thanks man. You helped me a lot.

  • @svmarquez5086
    @svmarquez5086 5 ปีที่แล้ว +5

    Thanks for you help!!!!

  • @isaacmarti3014
    @isaacmarti3014 4 ปีที่แล้ว +1

    I cant run the following code... any help?

  • @madurangipanditha6097
    @madurangipanditha6097 4 ปีที่แล้ว

    Thank you. Great job 👍

  • @oguzhanyuksel2482
    @oguzhanyuksel2482 ปีที่แล้ว

    congratulations !

  • @LenivaldoGonzagaReis
    @LenivaldoGonzagaReis 2 ปีที่แล้ว

    Thank you very much. You save my life hahahaha

  • @sanabloom5659
    @sanabloom5659 4 ปีที่แล้ว +4

    thanks with all my heart

  • @ВладимирР-ц2ж
    @ВладимирР-ц2ж 3 ปีที่แล้ว +1

    My solution: reinstall Android studio, then wipe data in AVD

  • @MrRajaoui49
    @MrRajaoui49 4 ปีที่แล้ว +3

    Thank you siiiir

  • @prayagmittal7992
    @prayagmittal7992 4 ปีที่แล้ว +1

    superb

  • @squarepants4976
    @squarepants4976 5 ปีที่แล้ว +5

    thanks bro.

  • @PavanKumarJunju
    @PavanKumarJunju 4 ปีที่แล้ว +1

    Thank you , you saved my day.

  • @amitbaria1895
    @amitbaria1895 3 ปีที่แล้ว

    Thanks alot , you saved my time

  • @kv633
    @kv633 4 ปีที่แล้ว +5

    thank you, friend

  • @serkantarakci1
    @serkantarakci1 4 ปีที่แล้ว +1

    respect!

  • @kevinfernandes1999
    @kevinfernandes1999 3 ปีที่แล้ว

    Thank's man!

  • @jawadbinsarfraz832
    @jawadbinsarfraz832 4 ปีที่แล้ว

    After doing above steps I got this error
    ENOENT: no such file or directory, open 'android/app/src/main/assets/index.android.bundle'

  • @denemedeneme2539
    @denemedeneme2539 4 ปีที่แล้ว +1

    thanks bro

  • @lucascharron2090
    @lucascharron2090 5 ปีที่แล้ว +4

    thank you so much !!!!

  • @Rajendrasingh-ce2er
    @Rajendrasingh-ce2er 4 ปีที่แล้ว +1

    Thanks sir

  • @theredl9541
    @theredl9541 5 ปีที่แล้ว +3

    Thanks man

  • @sushmithas3830
    @sushmithas3830 4 ปีที่แล้ว

    Should we add that line in command prompt always ??btw thank you so much

  • @ВладимирР-ц2ж
    @ВладимирР-ц2ж 3 ปีที่แล้ว

    Not working for me

  • @ketzaltv6565
    @ketzaltv6565 4 ปีที่แล้ว

    you fucking rock :D

  • @muhamadarifsyam3239
    @muhamadarifsyam3239 4 ปีที่แล้ว +3

    thanks

  • @_HowAreYouToday
    @_HowAreYouToday 4 ปีที่แล้ว +2

    thank bro so much
    (^^)

  • @papan939
    @papan939 4 ปีที่แล้ว +1

    THANK U!

  • @nestorrv9238
    @nestorrv9238 2 ปีที่แล้ว

    thx this works

  • @royyalty
    @royyalty 2 ปีที่แล้ว

    Can I do this on my mobile phone?

  • @vimukthiaravinda6288
    @vimukthiaravinda6288 3 ปีที่แล้ว

    Thank you so much...

  • @ramonpaolomaran2253
    @ramonpaolomaran2253 4 ปีที่แล้ว +2

    Do I have to do this every time?

    • @codewithbelal2408
      @codewithbelal2408  4 ปีที่แล้ว +1

      Yes you can do this, if you face this problem again.

  • @ayyunmufti2894
    @ayyunmufti2894 4 ปีที่แล้ว +1

    worked100

  • @oguzhanyuksel2482
    @oguzhanyuksel2482 ปีที่แล้ว

    Thank you

  • @sanjayjayswal1243
    @sanjayjayswal1243 4 ปีที่แล้ว

    Thanks Bro

  • @kleyfat26
    @kleyfat26 4 ปีที่แล้ว

    is not working

  • @EvecimarSilva
    @EvecimarSilva 3 ปีที่แล้ว

    tank you

  • @d3vilop1
    @d3vilop1 ปีที่แล้ว

    thx

  • @christianirwandi4449
    @christianirwandi4449 4 ปีที่แล้ว

    THANKS!!!!!

  • @thadcesar04
    @thadcesar04 4 ปีที่แล้ว

    Thanks

  • @rattlehead9506
    @rattlehead9506 2 หลายเดือนก่อน

    IT WORKED 4ME

  • @Калабарака
    @Калабарака 2 ปีที่แล้ว

    you omitted expression, dislike

  • @sethjimenez1206
    @sethjimenez1206 4 ปีที่แล้ว +1

    Thanks Belal, that helped me to fix the issue.

  • @punleuanimator3404
    @punleuanimator3404 4 ปีที่แล้ว

    Thanks man, great job!

  • @inteligenciafutura
    @inteligenciafutura 4 ปีที่แล้ว +1

    Thank's man

  • @adityagaluhandriani7776
    @adityagaluhandriani7776 4 ปีที่แล้ว +1

    thanks brother

  • @Doiphaison
    @Doiphaison 4 ปีที่แล้ว

    Thanks bro.

  • @boburmustafo8868
    @boburmustafo8868 ปีที่แล้ว

    thank you

  • @saska3
    @saska3 3 ปีที่แล้ว

    thanks bro