python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Decide GNU or MUSL build of linux in Java
I have a Java desktop application which is supposed to run in both GNU Linux distributions (Debian and Ubuntu) and MUSL Linux distributions (Alpine). My application uses a native library also and nati...

Gaurav Jeswani
Votes: 0
Answers: 2
How do I export text to/access text from another file in React Native?
In an AuthProvider.js, I have the following code written to catch and log errors in the console.
export const AuthProvider = ({children}) => {
const [user, setUser] = useState(null);
const ...
faz919
Votes: 0
Answers: 1
How can I access a variable outside of a function in ReactNative?
I have a settings page in my app that has settings that I want to be able to access to modify another page. This is the settings page:
const Settings = () => {
const [isSwitchOn, setIsSwitchOn] =...
faz919
Votes: 0
Answers: 1
How to put the .h file in modulemap file properly?
I have the native static lib that has a few .h files as API, the dir structure looks like this
3rdParties -
- MyAPIHeader.h
- my.modulemap
my modulemap file looks like this
m...

Sirop4ik
Votes: 0
Answers: 1