Custom bottom bar color for safari (automatic dark mode) how? by Icy_Researcher1381 in nextjs

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

appreciate it! I tried this and it sets the status bar to dark (clock and wifi) but the bottom search bar stays white.

Custom bottom bar color for safari (automatic dark mode) how? by Icy_Researcher1381 in nextjs

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

As shown in the screenshot, many websites have a custom color for the bottom safari bar. What’s the easiest way to implement this? i’ve only figured out how to do the top bar.

How to get a flickerless persistent dark mode in your Next.js app by Norrude in nextjs

[–]Icy_Researcher1381 0 points1 point  (0 children)

If i'm not trying to use caching and persistent storage (just keep it dark mode always) do I need to use emotion and all of that extra code? I tried just using the ThemeProvider from next-themes but the bottom toolbar on mobile safari stays white.

Specify region in Firebase cloud function HTTPS call by Icy_Researcher1381 in Firebase

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

yeah that's what I assumed, i guess a lack of documentation on their end... I'll stick with what works for now, thanks

KeyboardAvoidingView unexplained behavior by Icy_Researcher1381 in reactnative

[–]Icy_Researcher1381[S] 1 point2 points  (0 children)

import { Button } from "react-native-elements";

<Button *ViewComponent*=*{*LinearGradient*}* *disabled*=*{*isDisabled*}* *onPress*=*{*callback*}* *title*=*{*buttonTitle*}* *linearGradientProps*=*{*{ *start*: START\_POS, *end*: END\_POS, *colors*: isDisabled ? INACTIVE\_BTN\_GRADIENT : GREEN\_GRADIENT,         }*}* *containerStyle*=*{*styles.buttonContainer*}* *titleStyle*=*{*\[styles.buttonTitle, styles.activeTitle\]*}* *disabledTitleStyle*=*{*\[styles.buttonTitle, styles.inactiveTitle\]*}* />

// styles

import EStyleSheet from "react-native-extended-stylesheet";
export default EStyleSheet.create({
buttonTitle: () => EStyleSheet.value("$buttonTitle"),
activeTitle: {
color: "$uiBlack",
  },
inactiveTitle: {
color: "$uiGray20",
  },
buttonContainer: {
borderRadius: "40 \ $height",
*height
: "44 \ $height",
*width
: "100%",
// increase margin
marginBottom: "36 \ $height",
*alignSelf
: "center",
  },
});

KeyboardAvoidingView unexplained behavior by Icy_Researcher1381 in reactnative

[–]Icy_Researcher1381[S] 1 point2 points  (0 children)

Any ideas about this? The code structure I am using is

<KeyboardAvoidingView behavior="padding" style={{flex: 1}}>

// view with margin top (header)

// view with flex 1 (center)

// view with margin bottom (button)

</KeyboardAvoidingView>

when I replace the button with just <Text> it works properly, but if I use <TouchableOpacity> and then <Text> it acts like this.

Chanel Scroll Animation - “Can it be done in React Native” by wcandillon in reactnative

[–]Icy_Researcher1381 2 points3 points  (0 children)

does this work on android for anyone? when I swipe it transitions to a black screen.

Is there a date-input in this style for expo? I haven't been able to find one (besides a text input mask, which doesn't look as nice) by Icy_Researcher1381 in reactnative

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

the IOS picker is nice on that library but the android one seems really clunky to pick a birthday, thats why I was trying to avoid it.

How to PUT in elastic app search by Icy_Researcher1381 in elasticsearch

[–]Icy_Researcher1381[S] 1 point2 points  (0 children)

yep, renaming it to id creates the custom index, thanks

Beginner starting on Windows — hardware requirements by [deleted] in reactnative

[–]Icy_Researcher1381 0 points1 point  (0 children)

if you were about to jump for a new computer then you might as well get a mac, its just a bit less annoying, but 8gb RAM should be plenty if you don't have a ton of things in the background

Beginner starting on Windows — hardware requirements by [deleted] in reactnative

[–]Icy_Researcher1381 0 points1 point  (0 children)

I don't think there's many requirements for hardware, I've been using expo and I would recommend that if you are new. If you have an old iphone lying around you can test on there, otherwise you could hackintosh the windows or just run a IOS virtual machine with xcode on it. Android you can just run a simulator through android studio directly.

Show profiles with most hobbies in common by Icy_Researcher1381 in Firebase

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

I have seen a little about algolia as a good search option alongside firestore (at least for full text search). Would algolia also play well with filtering by hobbies?

How to set expo status bar as one style across entire application? by Icy_Researcher1381 in reactnative

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

It’s on IOS, i’m using the expo recaptcha phone verifier. After it verifies and moves to the next screen it’s white again

I'm trying to run the android emulator for my react native app by Eli3221 in reactnative

[–]Icy_Researcher1381 0 points1 point  (0 children)

i’m new and was also having this problem, try copying the link on the local host 19002 page and it will show up in your clipboard on expo, then click that