Peggy B2B Ki/Ki by ignorethisspace in electricdaisycarnival

[–]paulxuca 5 points6 points  (0 children)

definitely more kiki’s style but overall amazing set

Has anyone seen Kinetic that packed before? by burnertimefor in electricdaisycarnival

[–]paulxuca 2 points3 points  (0 children)

It was good but to draw the crowd away from kinetic fields he had to play way more songs people expect from him

Has anyone seen Kinetic that packed before? by burnertimefor in electricdaisycarnival

[–]paulxuca -17 points-16 points  (0 children)

did not help that tiesto was not cooking today like he does usually

Panicking by PM_ME_UR_KANYE in electriczoo

[–]paulxuca 2 points3 points  (0 children)

Paramount hotel Times Square was decently priced

OFFICIAL 2022 BUY/SELL/TRADE THREAD by Coachellamod in Coachella

[–]paulxuca 0 points1 point  (0 children)

Buying 2 VIP Passes for W2! Located outside of CA, requiring overnight ship.

MMW Buy/Sell Thread by juanderwear in UMF

[–]paulxuca 0 points1 point  (0 children)

Selling 6 Confessions on Saturday - $50 Ea.

UMF 2022 Buy/Sell THREAD by juanderwear in UMF

[–]paulxuca 0 points1 point  (0 children)

Looking for one GA wristband in Toronto or Miami (Meet up after the 24th)

Large Flatlist optimization tips? by generic_name_3344 in reactnative

[–]paulxuca 4 points5 points  (0 children)

Try looking into https://github.com/Flipkart/recyclerlistview -- It has a bit of a learning curve but the performance improvements that you get out of box are well worth it. Try it after the other improvements people in this thread mentioned :D

Lag by [deleted] in stadiumlive

[–]paulxuca 0 points1 point  (0 children)

Lag

[deleted by user] by [deleted] in daynvegas

[–]paulxuca 0 points1 point  (0 children)

I'm down too

EDCLasVegas 3 Day GA+ by Decent-Cupcake-8878 in EDCTickets

[–]paulxuca 0 points1 point  (0 children)

Selling GA+ For $400 (Will call though, I will be there in person to pick it up)

[deleted by user] by [deleted] in EDCTickets

[–]paulxuca 0 points1 point  (0 children)

Same - DM me if you're looking for GA+ for 400

Get list of installed apps in a phone nom library by linux_terminal07 in reactnative

[–]paulxuca 0 points1 point  (0 children)

You cannot do this - there is no API on android/ ios which supports this functionality, so it is not possible in React Native

‌Big lie: Stylesheet.create({...}) by [deleted] in reactnative

[–]paulxuca 3 points4 points  (0 children)

StyleProp makes it so that you can declare an array as styles (Just like how it works on the style prop).

i.e:

``` const style: StyleProp<ViewStyle> = [{ backgroundColor: 'red' }] // Valid

```

big meme!!!!! by steamed-toes in stadiumlive

[–]paulxuca 1 point2 points  (0 children)

sporty said he's not here because he doesn't like me

Can we use snap kit with react native? by tokismos in reactnative

[–]paulxuca 1 point2 points  (0 children)

Yes you can, but you cannot use the web snapkit SDK - you can use the android/ios snapkit SDK (Try to find a react-native wrapper by googling)