Florentin / 珞辰

Results 36 comments of Florentin / 珞辰

> These links are intentional. One of the concept of Iceberg is: don't get fancy, focusing few important things. I think that the white color is good for user-defined tags...

> My computer’s FPS is only 1, > but my CPU and GPU usage are not high. I think it is not a problem with my computer configuration. > >...

Running into the same issue, the mentioned fix also works for me. ``` macOS 12.4 21F79 arm64 NVIM v0.7.2 ```

> I don't want to pollute the docs with basic TS info as the more not required info it contains, the less people read the docs carefully Fair point, closing...

Currently, the example elements are targeted to match the official tailwind documentation. I would be open to additions if someone wants to contribute them.

> Got unimodules to work in our monorepo. Was pretty straightforward [react-navigation/navigation-ex@a23dfd4](https://github.com/react-navigation/navigation-ex/commit/a23dfd419dceaf070948903ae70ab2170dd18769) Finally got it working in my monorepo based on this. Thank you!

@Jpoliachik can you provide more info about the file changes? The only files that should differ from regular install instructions are the following on Android: `packages/app/android/app/build.gradle` `packages/app/android/settings.gradle`

I have the following (bare react native, sorry I don't use expo). Maybe this helps. `app/build.gradle` ``` apply from: '../../../../node_modules/react-native-unimodules/gradle.groovy' addUnimodulesDependencies([ modulesPaths : ['../../../../node_modules'] ]) ``` `settings.gradle` ``` apply from:...

Nice to see you again with another suggestion :). **Shadows**: Possible but with limitations. Figma does not support spread shadows yet, so there would need to be a function that...

@iljapanic all of the above can be implemented. Basically the flow of this application is: _Config -> Store -> Plugin message -> Figma API_ Config is being parsed here: (still...