Async-storage: TVOS Support

Created on 8 Jul 2019  路  7Comments  路  Source: react-native-async-storage/async-storage

You want to:

There does not seem to be TVOS support for asyncstorage

Details:


pod 'RNCAsyncStorage', :path => '../../node_modules/@react-native-community/async-storage'

and this gives error:

[!] The platform of the target RNVAppTVOS (tvOS 12.0) is not compatible with RNCAsyncStorage (1.5.0), which does not support tvos.

iOS question

All 7 comments

Seems like there is some support for TV_OS, but original authors left a note that it might not work as expected

cc @tido64

just edit the podspec file from s.platform =:ios, "9.0" to s.platform =:tvos, "9.0" then it works

Sounds like we can change this to:

s.ios.deployment_target = '9.0'
s.tvos.deployment_target = '9.0'

@MwareSolutons Are you working with tvOS? It would be awesome if you could test this and submit a PR if everything works as expected.

Hi Tido64 that worked perfectly just tested it thanks !

@tido64 Do you think that we could add this target to podspec?

Sorry, I've been out (and still am). Does #167 solve your issue?

167 is merged, so hopefully, it fixed this.

thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

santhanakrishnanstark picture santhanakrishnanstark  路  67Comments

Krizzu picture Krizzu  路  36Comments

muhammadn picture muhammadn  路  58Comments

alex-mironov picture alex-mironov  路  71Comments

michaelsinatra picture michaelsinatra  路  24Comments