Royce

Results 6 comments of Royce

Hi, from what I've discovered, playing around with the font-size may help you. I changed mine to about 16 and I it helped me with a Table of Content navigation...

Hi, to solve this problem, what I did was take **location.start.cfi** like what I've shown below then I assigned it to a state variable using the useState() hook but you...

You need to use a **useRef** hook ``` javascript const calendarStripRef = useRef(null); // ... // connect the ref to the component ``` After that you can access other methods...

For anyone having issues with this error you might want to check my comment here [https://github.com/craftzdog/react-native-sqlite-2/issues/57#issuecomment-665798948](https://github.com/craftzdog/react-native-sqlite-2/issues/57#issuecomment-665798948) That worked for me.

> > > @andpor > [craftzdog/react-native-sqlite-2#57 (comment)](https://github.com/craftzdog/react-native-sqlite-2/issues/57#issuecomment-491156124) > For those who encountered this problem, add following code to your MainApplication.onCreate in MainApplication.java: > > ```java > try { > Field...

> OK, I've found a workaround to record left channel only as mono just using PulseAudio. It took me about two hours just to find this information and apply it...