Roberto Yoc
Roberto Yoc
Got it working by using a combination of: app.config.ts and webpack.config.js in app config I do: ``` export default ({ config }: { config: any }) => { const {...
Got it working by doing: ``` - name: Publish preview run: eas update --branch pr-${{ github.event.number }} --message 'Update with commit ${{ github.sha }}' - name: Comment preview uses: expo/expo-github-action/[email protected]...
another option here: ``` jobs: publish: runs-on: ubuntu-latest name: Publish with release channel steps: - uses: actions/checkout@v3 - name: Cache node modules uses: actions/cache@v2 env: cache-name: cache-node-modules with: path: node_modules/...
I tried using height: "auto" for dropdownRowStyle but it crashes 😞
I think the use case here is each row having different height. Right now all of them have the same fixed height. Rows do not automatically grow if the text...
+1 We already have this for onPress, details are being queried anyway if fetch details is true so we should expose them
In their docs they added support for it. https://docs.datadoghq.com/real_user_monitoring/session_replay/mobile/setup_and_configuration/?tab=android But if you are using an objective-c app is unclear how to do that