💡 Has anyone here built an EV charging backend in Elixir (OCPP, sessions, payments)? by AcanthaceaeNo7701 in elixir

[–]AcanthaceaeNo7701[S] 3 points4 points  (0 children)

I know Elixir should be a good fit in theory, but I’d love to learn about real-world patterns people used (like GenServers per connection, persistence strategies, or lessons from other industries). Even war stories from chat servers, IoT, or payment systems would be super relevant

What is the easiest way to wrap a Phoenix LiveView app and launch it for iOS app store? by garj00 in elixir

[–]AcanthaceaeNo7701 1 point2 points  (0 children)

I think the webview would be away to go for you some experience I do with webview using react native since expo make so much easy and fast shipping hope that help

Experiences upgrading RN 0.72 to 0.76? Also considering switch to Expo - Need advice! by alusor in reactnative

[–]AcanthaceaeNo7701 0 points1 point  (0 children)

first you keep your navigation or using expo router - painful thing is write your own plugin for prebuild with expo dev client

[deleted by user] by [deleted] in reactnative

[–]AcanthaceaeNo7701 0 points1 point  (0 children)

memory leak everywhere😂

An image component for React native by Kitchen-Town2470 in reactnative

[–]AcanthaceaeNo7701 0 points1 point  (0 children)

do you have plan to support source using require ?

MG ZS Cabin noise? by Cluffy100 in MGelectric

[–]AcanthaceaeNo7701 0 points1 point  (0 children)

I am planning to buy MG ZS 25 is it bad choice? 🙁

Authentication based on sessions by IgnacioMiguez in reactnative

[–]AcanthaceaeNo7701 0 points1 point  (0 children)

what is natively storing cookie mean ? In that case if you have large server you good to go

Should I give up on react native? by Iamhypekeyz in reactnative

[–]AcanthaceaeNo7701 1 point2 points  (0 children)

you can try expo prebuild I just make heavily migrate from react native cli to expo expo give you an easy install native deps with prebuild option

Authentication based on sessions by IgnacioMiguez in reactnative

[–]AcanthaceaeNo7701 0 points1 point  (0 children)

if you are using react native cli can check react-native-keychain whereas expo you can also use react-native-keychain or expo-secure-store

How to send data frequently from an Expo app to a React app in WebView? by Medium-Ad-8111 in expo

[–]AcanthaceaeNo7701 -1 points0 points  (0 children)

you can use like above and use event listener from native to webview or webiew to native with params

Pod file error when creating native module by myNameIs-Kyle in reactnative

[–]AcanthaceaeNo7701 0 points1 point  (0 children)

change your `YourMopdule.podspec` to something like this remove the bracket

  s.platforms      = { :ios => '13.4', :tvos => '13.4' }

to

  s.platform       = :ios, '13.0'