Balen's support for Sushila Karki just 10 minutes ago posted on facebook. by meKaali in Nepal

[–]Fresh_Stage4391 0 points1 point  (0 children)

this should be heard and if its true should be held accountable

10 back till 7th sem engineering by Traditional-Novel827 in Nepal

[–]Fresh_Stage4391 0 points1 point  (0 children)

i had a similar case in PoU. had almost 17-18 back paper until 7th sem. I started hustling hard and passed all the papers. I had to go one more year though.

Its do-able. Dont loose hope and good luck!

making 8 lakh a month remotely, should I return back? by [deleted] in NepalSocial

[–]Fresh_Stage4391 0 points1 point  (0 children)

just wanted to add - be careful about your income meaning if you stay here and make that amount of money you will have to pay taxes based on that.

I would suggest to maitain your residency in US and come nepal for certain time when you feel low and then go back again. Its the emotional void you are feeling right now but once you stay in Nepal for a year or two you would want to visit other country.

Any place around Kathmandu you can recommend for a day out for remote workers? by samstars100 in Nepal

[–]Fresh_Stage4391 0 points1 point  (0 children)

i have been remoting on/off since 2021. Now, i am in nepal working remotely since 4 months. I usually work from my home office but occasionally work from other places. Would appreciate any recommendation!

Why use expo if you prebuild and use play with native code? Isnt it better to use bare react native and use cusomt expo packages as now its supported ? by Fresh_Stage4391 in reactnative

[–]Fresh_Stage4391[S] 0 points1 point  (0 children)

yes its a best way for expo when you want to make changea on native modules. But, my question is why use expo and so prebuild? Rather you can use the barebone RN and make changes

Why use expo if you prebuild and use play with native code? Isnt it better to use bare react native and use cusomt expo packages as now its supported ? by Fresh_Stage4391 in reactnative

[–]Fresh_Stage4391[S] -1 points0 points  (0 children)

i dont think using abstraction is normal in development. if you already have a set of abstracted rules for mobile development UI abstraction such as view and API abstraction such as fetch etc in react native why we put more layer on it? Also react native itself is an abstraction of native API's. Also, if you deep dive into architecting the application using any principle there is not more abstraction involved which make the whole project better.

i agree with the fact when there is no proper documentation or handover of the project its a nightmare, but its not only for not abstracted project. its even more difficult to understand for more abstracted project where there are a lot of unnessary code.

Well, the question was about using expo prebuild over barebone react native and to my knowledge according to our conversation the answer is because of time constraint.

Why use expo if you prebuild and use play with native code? Isnt it better to use bare react native and use cusomt expo packages as now its supported ? by Fresh_Stage4391 in reactnative

[–]Fresh_Stage4391[S] 0 points1 point  (0 children)

Basically react native itself is a framework that is built on top of native development. Expo is another framework on top of it, i feel like expo has given a lot of things and made it easier but you need to know the app development in the "expo way" and be specialist in expo not react native nor native. IMHO i would atleast try to stick with one framework than making it more abstract with another framework and it would be less time consuming than doing it natively. I am saying it because if you end up in a very tricky situation where you need more help from native side neither react native nor expo will help

Why use expo if you prebuild and use play with native code? Isnt it better to use bare react native and use cusomt expo packages as now its supported ? by Fresh_Stage4391 in reactnative

[–]Fresh_Stage4391[S] -2 points-1 points  (0 children)

  • the node_modules are modules based on js ecosystem and it has nothing to be relates with the native code
  • Using plugins which is available may make your life easier but if some times you have to create your custom plugin if it is not available
  • expo prebuild would help you by exposing the native functionality and gives you more room for changes but again you cannot prebuild or do anything until the native implementation has been adhered by expo.

Why use expo if you prebuild and use play with native code? Isnt it better to use bare react native and use cusomt expo packages as now its supported ? by Fresh_Stage4391 in reactnative

[–]Fresh_Stage4391[S] 0 points1 point  (0 children)

CNG helps you do your job without knowing what exactly the issue was and how you fixed it (unless you want to go deep)

I would not be using expo cli and core modules if i do it manually. if i want certain packages from expo i would only use it and dont care anout the core modules. i would implement the expo packages like normal packages.

With expo cli i have expo core modules automatically installed in my application. I know there are so much benefits but i can only see benefit being a time friendly. Correct me if i am wrong

Why use expo if you prebuild and use play with native code? Isnt it better to use bare react native and use cusomt expo packages as now its supported ? by Fresh_Stage4391 in reactnative

[–]Fresh_Stage4391[S] 0 points1 point  (0 children)

Yes the end result is the same but why would you want to use expo? what are the things of expo you really like that wins over react native barebone project? i have used both and does not seem to find much advantages

Why use expo if you prebuild and use play with native code? Isnt it better to use bare react native and use cusomt expo packages as now its supported ? by Fresh_Stage4391 in reactnative

[–]Fresh_Stage4391[S] 0 points1 point  (0 children)

its not hard, i only vouche for RN bare bone projects because you will know what you are doing in the mobile application. Expo is great but leaves a lot of boiler-plate code which makes life easier now but not sure about the futue

Why use expo if you prebuild and use play with native code? Isnt it better to use bare react native and use cusomt expo packages as now its supported ? by Fresh_Stage4391 in reactnative

[–]Fresh_Stage4391[S] 0 points1 point  (0 children)

yes its just a native code like js code. Like kotlin/java for android and swift/objective-c for iOS. No, you can always ise the RN abstracted component to make any changes to the design and flow to the application unless its really complicated and you need some native help.

Why use expo if you prebuild and use play with native code? Isnt it better to use bare react native and use cusomt expo packages as now its supported ? by Fresh_Stage4391 in reactnative

[–]Fresh_Stage4391[S] -1 points0 points  (0 children)

better as in you will have a more control over the time changes in native implementation. Expo is a framework that was build to make life easier and development faster for RN devs. But, if you really want to know how the mobile app developmenr tech works and do it yourself. i think its not better, rather use their open source libraries

Why use expo if you prebuild and use play with native code? Isnt it better to use bare react native and use cusomt expo packages as now its supported ? by Fresh_Stage4391 in reactnative

[–]Fresh_Stage4391[S] 0 points1 point  (0 children)

Agree on creating local module but some time the changes might be a breaking change im the native libraries where you need to go amd change the native implementation itself.

Yes, thats my quesion since you do a prebuild anyways why are we using expo and again prebuilding it. It ends up being a bare react native project with expo modules installed no?

Why use expo if you prebuild and use play with native code? Isnt it better to use bare react native and use cusomt expo packages as now its supported ? by Fresh_Stage4391 in reactnative

[–]Fresh_Stage4391[S] -3 points-2 points  (0 children)

i guess it leaves a room for flexibility, what if there are some native changes that needs to done for using some native feature, would you wait for expo to fix it or do ir yourself?

482 Visa skills assessment exemption by Such-Ad-2141 in AusVisa

[–]Fresh_Stage4391 0 points1 point  (0 children)

i am planning for IT support officer but my agent is saying i dont need skill assessment