Skip to main content

All Questions

1 vote
0 answers
32 views

Icons Only Move to Position 0 in Drag-and-Drop List Implementation (React Native)

I want to create a drag-and-drop list where I can press and hold an icon, then move it to a desired position within the list, with a visual representation of the icon moving as I drag it. However, ...
Dominykas Ulmanis's user avatar
0 votes
1 answer
203 views

How do I use the reverse border radius at the top of a card? (react native)

I'm trying to create a red box that has a notch on the top edge in React Native. This notch should have rounded corners with an inverted border radius. Then I wanted to write a word in the notch, with ...
Hunter's user avatar
  • 23
0 votes
1 answer
162 views

How to change NativeBase button color

So I'm trying to make a Toggle button using NativeBase button. I'm struggling with color settings. Variants Selected: purple('#9747FF') background&outline, white text, unSelected: white ...
박시온's user avatar
2 votes
1 answer
641 views

How to dismiss keyboard and handle Touchable press in single tap - React Native

I have the following simplified React Native code: <ScreenContainer> <View> <TextInput value={query} onChangeText={handleInputChange} autoFocus={true} ...
JBrown's user avatar
  • 939
1 vote
0 answers
41 views

Process Modeling in React Native

I have a project that need to create a Process modelling on react native like this. enter image description here I've researched some libs but still cannot to find any solution. Anyone know some good ...
Amina_B's user avatar
  • 31
0 votes
1 answer
846 views

React Native Animated Horizontal Scrolling

I am beginner in React native and I want to implement the horizontal scrolling list like this. Design. Can anyone let me know about the references/libraries that I can use to design this in React ...
ab_404's user avatar
  • 79
2 votes
0 answers
213 views

Implementing Neumorphism UI in React Native Expo Managed Flow

I am trying to implement Neumorphism components by referring this Website I had installed all the dependencies. But it is not working. Can anyone let me know whether this library could work at Expo ...
ab_404's user avatar
  • 79
2 votes
1 answer
2k views

Custom React Native Slider

Does anyone know how to render a slider in react-native like the below, with distinct sections? So far, have only seen sliders with one line and one dot.
MA9's user avatar
  • 55
2 votes
1 answer
2k views

Reacti Native with Native Base full size background is not working

I am trying to make a fullsize background using native base, but it is not working. It seens that the "NativeBaseProvider" creates a view with no full size, can anyone help me? This is the ...
Rudson Rodrigues's user avatar
1 vote
1 answer
3k views

How to align button to stay at the bottom of page and avoid keyboard in React Native?

How can I keep the button at the absolute bottom of the viewable screen, while also avoiding the keyboard? Right now the button is jumping up the screen when I open the keyboard. I have tried using ...
Arcanus's user avatar
  • 700
0 votes
2 answers
49 views

Overwrite a button backgroundColor in react-native

I am new on react-native and I was wondering if there is an easy way to overwrite a backgroundColor in the button. I did try in many ways but with no luck. Basically I am trying to replace the blue ...
Alessandro's user avatar
0 votes
0 answers
139 views

React-Native sectionlist item going out of viewport

I'm facing an issue in a react-native app where I am having a long sectionlist with search filter, on searching item which is scrolled out of the viewport, it shows the result with the sticky groupby ...
Saikat Saha's user avatar
0 votes
2 answers
312 views

How do I replicate the behavior of this bottom panel in react native?

There's a bottom panel that covers 1/3 of the screen when you first open the Lyft app. You can slide the panel up or tap on "search destination" and the panel will slide all the way up, snap to the ...
aemach's user avatar
  • 33
2 votes
2 answers
3k views

How to implement cards expanding to modal in react native?

I would like to implement cards, similar to what apple do in its redesigned AppStore(there is cards that expands into page, yet header and background image is animated into same parts of modal windows ...
SomeUser's user avatar
  • 2,051
1 vote
2 answers
101 views

Fulfilling differing Android / iOS UI conventions from a single React Native codebase?

Is this even possible? Every overview / analysis of React Native I've found covers the basic reasons for using RN, and is either old (no Android, or "Android just released") or focuses on the fact ...
Jordan Warbelow-Feldstein's user avatar

15 30 50 per page
X