Colm

Results 16 comments of Colm

The issue with @Gentlee solution is that is will make the menu container grow to 100% of the width of page, and it will be partly covered by the drawer...

There is a fork of this library with the RTL issues addressed. https://github.com/orionhealth/react-native-side-menu

@crcommons Im not sure. I think this project is dead as no P.Rs have been merged for a longtime. Best find an alternative fork that is willing to maintain this...

Does this fork fix your issue? https://github.com/orionhealth/react-native-side-menu

Im not getting feedback on this issue so Im going to publish the react native version ive forked to NPM and set it up as a seperate project.

Any guiding principles for starting this work? Id be open to contributing this work. Any ideas on how you want to version the Material typography? e.g. materialOld.js ..?

I dont recommend using this fork, but here is a commit that shows how we implemented hash routing. Perhaps you could cobble a P.R together for this repo from that?...

I think it takes a couple of seconds to load after you open the file. This is the content that I see: ``` sources: - name: FHIR handler: jsonSchema: operationHeaders:...

I noticed that if you remove: ``` [[ build.env ]] name="BP_WEB_SERVER" value="nginx" ``` add add this: ``` [[ build.env ]] name="BP_NGINX_CONF_LOCATION" value="./nginx.conf" ``` It will now use your nginx.conf file,...

Incidentally, the error I have is: `2024/02/29 03:06:23 [emerg] 1#0: invalid number of arguments in "location" directive in /workspace/nginx.conf:334` and the config I have at that line is: `location {{env...