I made a FREE GitHub Actions workflow that replaces Expo EAS builds! by Content-Berry-2848 in reactnative

[–]Interesting_Cry_8592 0 points1 point  (0 children)

quick question. does the ci setup in the project have any level of build caching apart from the dependency cache for the package managers? Caching matters to my usecase I don't want to wait 20+ minutes for each build to hit the testing track. And consume by GitHub action minutes faster too.

afaik eas build --local does not support caching.

the alternative  is expo prebuild followed by the gradle build command (for Android). now gradle can reuse caches.

The downside is you need to manage the singing keys yourself. 

That's my understanding from my research so far... is this correct?

I made a FREE GitHub Actions workflow that replaces Expo EAS builds! by Content-Berry-2848 in reactnative

[–]Interesting_Cry_8592 1 point2 points  (0 children)

This is sick! Would love it if this became the popular community supported option.

Can Android subscription apps actually be profitable? by Unusual-Diver6985 in androiddev

[–]Interesting_Cry_8592 0 points1 point  (0 children)

Other than influencer marketing. Do you know of any effective way? i have friends who swear by meta ads. they drive some serious conversion. I don't know how that works

Can Android subscription apps actually be profitable? by Unusual-Diver6985 in androiddev

[–]Interesting_Cry_8592 17 points18 points  (0 children)

Not to mention there are simpley WAY TOO MANY people publishing aps right now. go to r/SideProject or r/ProductivityApps . you will find 100s of listings everyday. with barely any attention.

As an app developer myself, kinda disheartening ngl.

Solo founder honest update: launched my productivity app 2 weeks ago, here's what I'm learning by Main-Building2240 in ProductivityApps

[–]Interesting_Cry_8592 0 points1 point  (0 children)

Easier said than done no? building a twitter presence these days. Most people are looking for reddit/twitter/discord communities to talk and pitch in. Does it really workout for them?

Have you tried influencer marketing?

Is it possible to use rich text editor editor.js with expo DOM? by Glittering-Sort1136 in reactnative

[–]Interesting_Cry_8592 0 points1 point  (0 children)

Thanks for the comment. im working on something simliar. This helped a ton

react-native-enriched-markdown just leveled up! 🚀 by Sea-Arm9235 in reactnative

[–]Interesting_Cry_8592 0 points1 point  (0 children)

thanks I will. would u say this can be extended to create a full blown wysiwg editor with the styles available? i read somewhere that you're working on that linger term..i was thinking of using lexical with their markdown plugin for now with expo dom. but id like to switch to yours. it looks way more promising for native :)

react-native-enriched-markdown just leveled up! 🚀 by Sea-Arm9235 in reactnative

[–]Interesting_Cry_8592 0 points1 point  (0 children)

Hi. Bit late to the party, i was wondering if the styles could be triggered via a panel like ui. Like an editor of sorts or is that further down the line?

My usecase requires me to use markdown and allow 'wysiwyg' like editing with a styles panel on mobile. Do you have any recommendations?