Questions tagged [cljsrn]

Questions and discussions on programming React Native using ClojureScript.

Questions and discussions on programming using .

7 questions
11
votes
5 answers

How to prevent node from running out of memory when bundling js for React Native

When bundling js for React Native using ClojureScript I got the following error. It seems that node runs out of memory when bundling the javascript bundle. This is probably more likely to happen when using ClojureScript since the resulting js files…
vikeri
  • 642
  • 6
  • 16
6
votes
1 answer

React Native. How do I keep focus to a text input when the page re-renders on timer tick

I'm writing a timer app using react native on android in clojurescript (using reagent hopefully not important). I have a TextInput where I accept text from the user to name the timers. Whenever my timer ticks, the entire android application…
GTDev
  • 5,488
  • 9
  • 49
  • 84
2
votes
1 answer

React-native on Clojure - Get the ScrollView by id and scrollTo a view inside the ScrollView

I have a map with a list of markers. I have also a list of views (containing the details of marked items) inside a ScrollView below the map. When I click on a marker inside map, I need to scroll down to a particular view inside the…
Tessy Thomas
  • 1,475
  • 12
  • 19
2
votes
2 answers

How to use StackNavigator of React Navigation in clojurescript

I am new to clojurescript and reagent. I try to use react-navigation in my react-native app but I getting this error Error rendering component (in env.main.reloader > exp_cljs.core.app_root > reagent2) This is my code (def react-navigation…
1
vote
2 answers

ClojureScript + React-Native - Embed Videos

I am new to ClojureScript. I would like to embed video (Youtube) to the hybrid mobile app using ClojureScript and React Native. I have tried to implement react-native-video and react-native-youtube plugins in ClojureScript for achieving this. But,…
1
vote
2 answers

ClojureScript With React Native - File Download

I want to download a file into the phone storage from a mobile application with ClojureScript and react-native. Files are already uploaded to an Amazon S3 bucket. The file URLs would be something like…
0
votes
1 answer

Clojure - Append Collection is not working

I have a feature of uploading images. There is a gallery of images and I need to update the gallery on adding new photos. The photo upload is success, but, the UI is not getting updated with the newly added photo. I am using entitydb for storing…
Tessy Thomas
  • 1,475
  • 12
  • 19